summaryrefslogtreecommitdiffstats
path: root/builtin-ls-files.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-02Fix some printf format warningsRamsay Jones1-2/+2
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano1-2/+4
2009-09-29Make just opening the generated MSVC solution file not modify itSebastian Schuberth1-31/+11
2009-09-29Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth1-1/+4
2009-09-29generators/vcproj.pm: remove UNICODE from buildMichael Wookey1-4/+4
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering1-1/+1
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey1-1/+1
2009-09-29Correct minor typo in post-receive hook templateFrederik Schwarzer1-1/+1
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna3-7/+24
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab3-0/+28
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre1-10/+17
2009-09-26send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner1-1/+1
2009-09-25bash: teach 'git checkout' optionsSZEDER Gábor1-1/+15
2009-09-25perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey1-0/+8
2009-09-23pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano1-1/+6
2009-09-23Update "describe" documentation to match realityThiago Farina1-1/+1
2009-09-22bash: teach 'git reset --patch'SZEDER Gábor1-1/+1
2009-09-22bash: update 'git stash' completionSZEDER Gábor1-4/+16
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor1-7/+7
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano1-4/+4
2009-09-22pre-commit.sample: add comment re tr portability; fix grammarJim Meyering1-4/+7
2009-09-22Update Release Notes to 1.6.5Junio C Hamano1-4/+14
2009-09-21test-genrandom: ensure stdout is set to _O_BINARY on WindowsJohannes Sixt1-2/+1
2009-09-21gitk: Work around leftover temporary save filePat Thoyts1-0/+1
2009-09-20push: Correctly initialize nonfastforward in transport_push.Matthieu Moy1-1/+2
2009-09-19Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen1-0/+1
2009-09-19Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen8-1/+1503