summaryrefslogtreecommitdiffstats
path: root/pack-refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-02Documentation: A...B shortcut for checkout and rebaseMichael J Gruber2-0/+8
2010-06-02Documentation/pretty-{formats,options}: better reference for "format:<string>"Nazri Ramliy2-4/+5
2010-06-01Documentation/SubmittingPatches: Fix typo in GMail sectionTim Henigan1-1/+1
2010-05-29Documentation/config: describe status.submodulesummaryMichael J Gruber1-0/+7
2010-05-29Makefile: reenable install with NO_CURLMichael J Gruber1-2/+3
2010-05-29completion: --set-upstream option for git-branchMichael J Gruber1-0/+1
2010-05-29get_cwd_relative(): do not misinterpret suffix as subdirectoryClemens Buchacher2-4/+17
2010-05-25Documentation/SubmittingPatches: clarify GMail section and SMTPMichael J Gruber1-19/+21
2010-05-25show-branch: use DEFAULT_ABBREV instead of 7Tay Ray Chuan1-1/+2
2010-05-25t7502-commit: fix spellingTay Ray Chuan1-1/+1
2010-05-25test get_git_work_tree() return value for NULLClemens Buchacher1-4/+2
2010-05-21Complete prototype of git_config_from_parameters()Thomas Rast1-1/+1
2010-05-21Fix checkout of large files to network shares on Windows XPRené Scharfe3-3/+29
2010-05-21start_command: close cmd->err descriptor when fork/spawn failsbert Dvornik2-1/+3
2010-05-21Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean1-3/+3
2010-05-20post-receive-email: document command-line modeJonathan Nieder1-0/+7
2010-05-19Documentation/gitdiffcore: fix order in pickaxe descriptionMichael J Gruber1-2/+2
2010-05-19Documentation: fix minor inconsistencyMichael J Gruber1-1/+1
2010-05-19Documentation: rebase -i ignores options passed to "git am"Markus Heidelberg1-0/+1
2010-05-19diff-options: make --patch a synonym for -pWill Palmer2-1/+2
2010-05-19for-each-ref: Field with abbreviated objectnameMichael J Gruber3-0/+13
2010-05-19hash_object: correction for zero length fileDmitry Potapov1-3/+4
2010-05-19gitweb: Use @diff_opts while using format-patchPavan Kumar Sunkara1-2/+2
2010-05-12GIT-VERSION-GEN: restrict tags usedTay Ray Chuan1-1/+1
2010-05-10tests: chmod +x t5150Jeff King1-0/+0
2010-05-10tests: rename duplicate t4205Jeff King1-0/+0
2010-05-10handle "git --bare init <dir>" properlyJeff King2-1/+15
2010-05-09git-svn: mangle refnames forbidden in gitTorsten Schmutzler2-0/+29
2010-05-09git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason1-1/+0
2010-05-09git-svn documentation: minor grammar fixÆvar Arnfjörð Bjarmason1-1/+1
2010-05-09git svn: avoid uninitialized var in 'reset'Jonathan Nieder1-0/+2
2010-05-09Start 1.7.2 cycleJunio C Hamano3-2/+42
2010-05-09cherry-pick: do not dump core when iconv failsJonathan Nieder1-2/+7
2010-05-08Makefile: Fix 'clean' target to remove all gitweb build filesRamsay Jones1-1/+1
2010-05-08Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRefLeif Arne Storset1-4/+4
2010-05-08adapt request-pull tests for new pull request formatJonathan Nieder1-5/+5
2010-05-08t5150: protect backslash with backslash in shellJunio C Hamano1-2/+2
2010-05-07blame-options.txt: Add default value for `-M/-C` options.Bo Yang1-4/+6
2010-05-07Make git log --follow find copies among unmodified files.Bo Yang3-2/+58
2010-05-07Make diffcore_std only can run once before a diff_flushBo Yang2-0/+10
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Bo Yang5-16/+14
2010-05-06wt-status: take advice.statusHints seriouslyMichael J Gruber2-7/+16
2010-05-06t7508: test advice.statusHintsMichael J Gruber1-0/+45
2010-05-06test-lib: some shells do not let $? propagate into an evalJonathan Nieder2-3/+25
2010-05-05pretty: Respect --abbrev optionWill Palmer5-5/+39
2010-05-05shortlog: Document and test --format optionJonathan Nieder2-1/+60
2010-05-05t4201 (shortlog): Test output format with multiple authorsJonathan Nieder1-0/+7
2010-05-05t4201 (shortlog): guard setup with test_expect_successJonathan Nieder1-29/+39
2010-05-05Documentation/shortlog: scripted users should not rely on implicit HEADJonathan Nieder1-1/+6
2010-05-05test-lib: Let tests specify commands to be run at end of testJonathan Nieder1-1/+27