summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: fix and update 'git log --decorate=' optionssg/complete-decorate-full-not-longSZEDER Gábor2015-05-031-1/+1
* completion: update am, commit, and logStephen Boyd2009-10-071-2/+7
* Makefile: enable THREADED_DELTA_SEARCH on SunOSBrandon Casey2009-10-071-0/+1
* Merge branch 'maint'Junio C Hamano2009-10-071-3/+6
|\
| * fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano2009-10-071-3/+6
* | README: git lives at http://git-scm.com these daysStefan Naewe2009-10-071-1/+1
* | git-pull: dead code removalJunio C Hamano2009-10-051-8/+1
* | Merge branch 'maint'Junio C Hamano2009-10-042-3/+19
|\ \ | |/
| * Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-042-3/+19
| |\
| | * show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-042-3/+19
* | | Fix '--relative-date'Johan Sageryd2009-10-032-1/+2
* | | tests: make all test files executableMark Rada2009-10-022-0/+0
* | | filter-branch: add --prune-empty to option summaryAdam Brewster2009-10-021-0/+1
* | | Fix some printf format warningsRamsay Jones2009-10-021-2/+2
* | | builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano2009-09-291-2/+4
* | | Make just opening the generated MSVC solution file not modify itSebastian Schuberth2009-09-291-31/+11
* | | Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth2009-09-291-1/+4
* | | generators/vcproj.pm: remove UNICODE from buildMichael Wookey2009-09-291-4/+4
* | | typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering2009-09-291-1/+1
* | | Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey2009-09-291-1/+1
* | | Correct minor typo in post-receive hook templateFrederik Schwarzer2009-09-291-1/+1
* | | git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-293-7/+24
* | | parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-293-0/+28
* | | make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre2009-09-261-10/+17
* | | send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner2009-09-251-1/+1
* | | bash: teach 'git checkout' optionsSZEDER Gábor2009-09-251-1/+15
* | | perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRBrandon Casey2009-09-251-0/+8
* | | pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano2009-09-221-1/+6
* | | Update "describe" documentation to match realityThiago Farina2009-09-221-1/+1
* | | bash: teach 'git reset --patch'SZEDER Gábor2009-09-221-1/+1
* | | bash: update 'git stash' completionSZEDER Gábor2009-09-221-4/+16
* | | bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor2009-09-221-7/+7
* | | pay attention to DESTDIR when building with NO_PERL_MAKEMAKERJunio C Hamano2009-09-221-4/+4
* | | pre-commit.sample: add comment re tr portability; fix grammarJim Meyering2009-09-221-4/+7
* | | Update Release Notes to 1.6.5Junio C Hamano2009-09-211-4/+14
* | | test-genrandom: ensure stdout is set to _O_BINARY on WindowsJohannes Sixt2009-09-211-2/+1
* | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-09-202-259/+618
|\ \ \
| * | | gitk: Work around leftover temporary save filePat Thoyts2009-09-211-0/+1
| * | | gitk: Show diff of commits at end of compare-commits outputPaul Mackerras2009-09-101-23/+58
| * | | gitk: Update Swedish translation (280t0f0u)Peter Krefting2009-08-141-236/+559
* | | | Merge branch 'maint'Junio C Hamano2009-09-201-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | push: Correctly initialize nonfastforward in transport_push.Matthieu Moy2009-09-201-1/+2
* | | | Tag GIT_VERSION when Git is built with MSVCMarius Storm-Olsen2009-09-181-0/+1
* | | | Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen2009-09-188-1/+1503
* | | | Add README for MSVC buildMarius Storm-Olsen2009-09-181-0/+39
* | | | Add MSVC to MakefileMarius Storm-Olsen2009-09-183-1/+128
* | | | Define strncasecmp and ftruncate for MSVCMarius Storm-Olsen2009-09-181-0/+2
* | | | Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-187-12/+13
* | | | Add platform files for porting to MSVCFrank Li2009-09-183-0/+93
* | | | Add MinGW header files to build git with MSVCFrank Li2009-09-185-0/+256