summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-04show-branch: fix segfault when showbranch.default existsLibravatar Junio C Hamano2-3/+19
2009-10-03Fix '--relative-date'Libravatar Johan Sageryd2-1/+2
2009-10-02tests: make all test files executableLibravatar Mark Rada2-0/+0
2009-10-02filter-branch: add --prune-empty to option summaryLibravatar Adam Brewster1-0/+1
2009-10-02Fix some printf format warningsLibravatar Ramsay Jones1-2/+2
2009-10-01Documentation: update pt-BRLibravatar Thiago Farina1-11/+11
2009-10-01send-email: fix mutt regex for grouped aliasesLibravatar Felipe Contreras1-1/+1
2009-10-01add NORETURN_PTR for function pointersLibravatar Erik Faye-Lund2-4/+6
2009-10-01increase portability of NORETURN declarationsLibravatar Erik Faye-Lund3-9/+9
2009-09-29git-blame.el: Change how blame information is shown.Libravatar David Kågedal1-54/+102
2009-09-29instaweb: support mod_cgid for apache2Libravatar Mark Rada1-1/+15
2009-09-29improve reflog date/number heuristicLibravatar Jeff King3-2/+7
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateLibravatar Junio C Hamano1-2/+4
2009-09-29Make just opening the generated MSVC solution file not modify itLibravatar Sebastian Schuberth1-31/+11
2009-09-29Make generated MSVC solution file open from Windows ExplorerLibravatar Sebastian Schuberth1-1/+4
2009-09-29generators/vcproj.pm: remove UNICODE from buildLibravatar Michael Wookey1-4/+4
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Libravatar Jim Meyering1-1/+1
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Libravatar Brandon Casey1-1/+1
2009-09-29Correct minor typo in post-receive hook templateLibravatar Frederik Schwarzer1-1/+1
2009-09-29git branch -D: give a better error message when lockfile creation failsLibravatar Miklos Vajna3-7/+24
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksLibravatar Andreas Schwab3-0/+28
2009-09-26make 'git clone' ask the remote only for objects it cares aboutLibravatar Nicolas Pitre1-10/+17
2009-09-25git-am: force egrep to use correct characters setLibravatar Christian Himpel1-1/+1
2009-09-25git-am: fixed patch_format detection according to RFC2822Libravatar Christian Himpel1-1/+1
2009-09-25send-email: fix obscure error when encryption=tls and smtp cannot connectLibravatar Yakov Lerner1-1/+1
2009-09-25bash: teach 'git checkout' optionsLibravatar SZEDER Gábor1-1/+15
2009-09-25perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIRLibravatar Brandon Casey1-0/+8
2009-09-22pull: Clarify "helpful" message for another corner caseLibravatar Junio C Hamano1-1/+6
2009-09-22Update "describe" documentation to match realityLibravatar Thiago Farina1-1/+1
2009-09-22bash: teach 'git reset --patch'Libravatar SZEDER Gábor1-1/+1
2009-09-22bash: update 'git stash' completionLibravatar SZEDER Gábor1-4/+16
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()Libravatar SZEDER Gábor1-7/+7
2009-09-22pay attention to DESTDIR when building with NO_PERL_MAKEMAKERLibravatar Junio C Hamano1-4/+4
2009-09-22pre-commit.sample: add comment re tr portability; fix grammarLibravatar Jim Meyering1-4/+7
2009-09-21Update Release Notes to 1.6.5Libravatar Junio C Hamano1-4/+14
2009-09-21test-genrandom: ensure stdout is set to _O_BINARY on WindowsLibravatar Johannes Sixt1-2/+1
2009-09-20Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano2-259/+618
2009-09-21gitk: Work around leftover temporary save fileLibravatar Pat Thoyts1-0/+1
2009-09-20Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2009-09-20push: Correctly initialize nonfastforward in transport_push.Libravatar Matthieu Moy1-1/+2
2009-09-18Tag GIT_VERSION when Git is built with MSVCLibravatar Marius Storm-Olsen1-0/+1
2009-09-18Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Libravatar Marius Storm-Olsen8-1/+1503
2009-09-18Add README for MSVC buildLibravatar Marius Storm-Olsen1-0/+39
2009-09-18Add MSVC to MakefileLibravatar Marius Storm-Olsen3-1/+128
2009-09-18Define strncasecmp and ftruncate for MSVCLibravatar Marius Storm-Olsen1-0/+2
2009-09-18Make usage of windows.h lean and meanLibravatar Marius Storm-Olsen7-12/+13
2009-09-18Add platform files for porting to MSVCLibravatar Frank Li3-0/+93
2009-09-18Add MinGW header files to build git with MSVCLibravatar Frank Li5-0/+256
2009-09-18Add empty header files for MSVC portLibravatar Marius Storm-Olsen14-0/+14
2009-09-18Test for WIN32 instead of __MINGW32_Libravatar Frank Li6-13/+15