summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation/diff-options: reword description of --submodule optionth/doc-diff-submodule-optionTim Henigan2012-03-141-5/+6
* Add the --submodule option to the diff option familyJohannes Schindelin2009-10-196-0/+151
* 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
* | | Add empty header files for MSVC portMarius Storm-Olsen2009-09-1814-0/+14
* | | Test for WIN32 instead of __MINGW32_Frank Li2009-09-186-13/+15
* | | Fix __stdcall placement and function prototypeFrank Li2009-09-182-3/+3
* | | Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-182-2/+5
* | | Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-181-5/+2
* | | Add include guards to compat/win32.hMarius Storm-Olsen2009-09-181-0/+5
* | | Avoid declaration after statementFrank Li2009-09-183-5/+14
* | | pack-objects: remove SP at the end of usage stringThiago Farina2009-09-181-9/+9