summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-03Fix '--relative-date'Johan Sageryd
2009-10-02tests: make all test files executableMark Rada
2009-10-02filter-branch: add --prune-empty to option summaryAdam Brewster
2009-10-02Fix some printf format warningsRamsay Jones
2009-10-01send-email: fix mutt regex for grouped aliasesFelipe Contreras
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund
2009-09-29improve reflog date/number heuristicJeff King
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano
2009-09-29Make just opening the generated MSVC solution file not modify itSebastian Schuberth
2009-09-29Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth
2009-09-29generators/vcproj.pm: remove UNICODE from buildMichael Wookey
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey
2009-09-29Correct minor typo in post-receive hook templateFrederik Schwarzer
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre
2009-09-25git-am: force egrep to use correct characters setChristian Himpel
2009-09-25git-am: fixed patch_format detection according to RFC2822Christian Himpel
2009-09-25send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner
2009-09-25bash: teach 'git checkout' optionsSZEDER Gábor
2009-09-25perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey
2009-09-22pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano
2009-09-22Update "describe" documentation to match realityThiago Farina
2009-09-22bash: teach 'git reset --patch'SZEDER Gábor
2009-09-22bash: update 'git stash' completionSZEDER Gábor
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano
2009-09-22pre-commit.sample: add comment re tr portability; fix grammarJim Meyering
2009-09-21Update Release Notes to 1.6.5Junio C Hamano
2009-09-21test-genrandom: ensure stdout is set to _O_BINARY on WindowsJohannes Sixt
2009-09-20Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2009-09-21gitk: Work around leftover temporary save filePat Thoyts
2009-09-20Merge branch 'maint'Junio C Hamano
2009-09-20push: Correctly initialize nonfastforward in transport_push.Matthieu Moy
2009-09-18Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen
2009-09-18Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen
2009-09-18Add README for MSVC buildMarius Storm-Olsen
2009-09-18Add MSVC to MakefileMarius Storm-Olsen
2009-09-18Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-18Add platform files for porting to MSVCFrank Li
2009-09-18Add MinGW header files to build git with MSVCFrank Li
2009-09-18Add empty header files for MSVC portMarius Storm-Olsen
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li
2009-09-18Fix __stdcall placement and function prototypeFrank Li
2009-09-18Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen
2009-09-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2009-09-18Add include guards to compat/win32.hMarius Storm-Olsen