summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-09-18Avoid declaration after statementFrank Li
2009-09-18pack-objects: remove SP at the end of usage stringThiago Farina
2009-09-18Update the usage bundle string.Thiago Farina
2009-09-17cvs: initialize empty passwordClemens Buchacher
2009-09-16Merge 1.6.4.4 inJunio C Hamano
2009-09-16GIT 1.6.4.4v1.6.4.4Junio C Hamano
2009-09-16Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano
2009-09-16Merge branch 'tf/diff-whitespace-incomplete-line' into maintJunio C Hamano
2009-09-16Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano
2009-09-16Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano
2009-09-14Merge branch 'maint'Junio C Hamano
2009-09-14Merge branch 'rc/maint-http-no-head-pack-check' into maintJunio C Hamano
2009-09-14http.c: avoid freeing an uninitialized pointerJunio C Hamano
2009-09-14web--browse: fix Mac OS X GUI detection for 10.6Heiko Voigt
2009-09-14remove logical typo in documentation of sample update hookHeiko Voigt
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre
2009-09-13git-archive: infer output format from filename when unspecifiedDmitry Potapov
2009-09-13completion: Replace config --list with --get-regexpTodd Zullinger
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov
2009-09-13test local clone by copyingClemens Buchacher
2009-09-13git-clone doc: typofixJohannes Gilger
2009-09-13git-push: Accept -n as a synonym for --dry-run.Nelson Elhage
2009-09-13git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano