summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-19rebase -i -p: include non-first-parent commits in todo listLibravatar Andrew Wong4-5/+30
2011-06-17tests: link shell libraries into valgrind directoryLibravatar Jeff King1-2/+7
2011-06-17t/Makefile: pass test opts to valgrind target properlyLibravatar Jeff King1-1/+1
2011-06-17Merge branch 'ab/i18n-scripts-basic'Libravatar Junio C Hamano1-1/+0
2011-06-17sh-i18n--envsubst.c: do not #include getopt.hLibravatar Brandon Casey1-1/+0
2011-06-16config.c: Make git_config() work correctly when called recursivelyLibravatar Ramsay Jones1-30/+50
2011-06-16t1301-*.sh: Fix the 'forced modes' test on cygwinLibravatar Ramsay Jones1-2/+1
2011-06-16help.c: Fix detection of custom merge strategy on cygwinLibravatar Ramsay Jones1-1/+4
2011-06-16Fix typo: existant->existentLibravatar Dmitry Ivankov7-14/+14
2011-06-16Git 1.7.6-rc2Libravatar Junio C Hamano2-2/+2
2011-06-15archive: reorder option parsing and config readingLibravatar Jeff King1-4/+14
2011-06-15t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not metLibravatar Junio C Hamano1-0/+5
2011-06-15Update the Interix default build configuration.Libravatar Markus Duft1-2/+4
2011-06-15gitweb: allow space as delimiter in mime.typesLibravatar Ludwig Nussel1-6/+3
2011-06-13git-submodule.sh: clarify the "should we die now" logicLibravatar Junio C Hamano1-9/+8
2011-06-13submodule update: continue when a checkout failsLibravatar Fredrik Gustafsson2-6/+188
2011-06-13git-sh-setup: add die_with_statusLibravatar Fredrik Gustafsson1-3/+9
2011-06-11default core.clockskew variable to one dayLibravatar Jeff King1-1/+1
2011-06-11limit "contains" traversals based on commit timestampLibravatar Jeff King1-3/+33
2011-06-11tag: speed up --contains calculationLibravatar Jeff King1-1/+45
2011-06-10zlib: allow feeding more than 4GB in one goLibravatar Junio C Hamano1-20/+58
2011-06-10zlib: zlib can only process 4GB at a timeLibravatar Junio C Hamano15-70/+142
2011-06-10zlib: wrap deflateBound() tooLibravatar Junio C Hamano8-10/+17
2011-06-10zlib: wrap deflate side of the APILibravatar Junio C Hamano10-41/+105
2011-06-10zlib: wrap inflateInit2 used to accept only for gzip formatLibravatar Junio C Hamano3-4/+17
2011-06-10zlib: wrap remaining calls to direct inflate/inflateEndLibravatar Junio C Hamano1-2/+2
2011-06-10zlib wrapper: refactor error message formatterLibravatar Junio C Hamano1-35/+38
2011-06-09gitweb: do not misparse nonnumeric content tag files that contain a digitLibravatar Jonathan Nieder2-1/+9
2011-06-08Git 1.7.6-rc1Libravatar Junio C Hamano2-3/+11
2011-06-08Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2011-06-08Document the underlying protocol used by shallow repositories and --depth com...Libravatar Alex Neronskiy1-22/+66
2011-06-08Fix documentation of fetch-pack that implies that the client can disconnect a...Libravatar Alex Neronskiy1-14/+15
2011-06-08fetch: do not leak a refspecLibravatar Jim Meyering1-2/+4
2011-06-08sha1_file.c: "legacy" is really the current formatLibravatar Junio C Hamano1-29/+33
2011-06-08verify_dotfile(): do not assume '/' is the path seperatorLibravatar Theo Niessink1-3/+4
2011-06-07verify_path(): simplify check at the directory boundaryLibravatar Junio C Hamano1-10/+3
2011-06-07Merge branch 'jc/magic-pathspec'Libravatar Junio C Hamano1-6/+6
2011-06-07t3703: skip more tests using colons in file names on WindowsLibravatar Alex Riesen1-6/+6
2011-06-06submodule add: clean up duplicated codeLibravatar Jens Lehmann1-9/+1
2011-06-06submodule add: allow relative repository path even when no url is setLibravatar Jens Lehmann3-4/+9
2011-06-06submodule add: test failure when url is not configured in superprojectLibravatar Jens Lehmann1-0/+7
2011-06-06Merge branch 'jn/mime-type-with-params'Libravatar Junio C Hamano1-1/+1
2011-06-06Merge branch 'jn/gitweb-docs'Libravatar Junio C Hamano2-131/+135
2011-06-06Merge branch 'jk/diff-not-so-quick'Libravatar Junio C Hamano5-5/+16
2011-06-06Merge branch 'bc/maint-status-z-to-use-porcelain'Libravatar Junio C Hamano2-3/+11
2011-06-06Windows: teach getenv to do a case-sensitive searchLibravatar Johannes Sixt1-3/+20
2011-06-06mingw.c: move definition of mingw_getenv downLibravatar Johannes Sixt1-15/+15
2011-06-06sh-i18n--envsubst: do not crash when no arguments are givenLibravatar Johannes Sixt1-0/+1
2011-06-05verify-pack: use index-pack --verifyLibravatar Junio C Hamano4-166/+27
2011-06-05index-pack: show histogram when emulating "verify-pack -v"Libravatar Junio C Hamano1-3/+23