summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-22archive: refactor file extension format-guessingLibravatar Jeff King1-6/+19
2011-06-22archive: move file extension format-guessing lowerLibravatar Jeff King4-41/+41
2011-06-22archive: pass archiver struct to write_archive callbackLibravatar Jeff King4-4/+7
2011-06-22archive: refactor list of archive formatsLibravatar Jeff King4-27/+52
2011-06-22archive-tar: don't reload default config optionsLibravatar Jeff King1-1/+1
2011-06-21Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2011-06-21gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledLibravatar Jakub Narebski1-0/+2
2011-06-20Add explanation of the profile feedback build to the READMELibravatar Andi Kleen1-0/+13
2011-06-20Merge branch 'mk/grep-pcre'Libravatar Junio C Hamano1-3/+3
2011-06-20t7810: avoid unportable use of "echo"Libravatar Junio C Hamano1-3/+3
2011-06-20plug a few coverity-spotted leaksLibravatar Jim Meyering4-5/+12
2011-06-20Add profile feedback build to gitLibravatar Andi Kleen1-0/+16
2011-06-20cygwin: trust executable bit by defaultLibravatar Junio C Hamano1-1/+1
2011-06-20fetch: Also fetch submodules in subdirectories in on-demand modeLibravatar Jens Lehmann2-8/+9
2011-06-20tag: accept multiple patterns for --listLibravatar Jeff King3-12/+28
2011-06-20Add option to disable NORETURNLibravatar Junio C Hamano2-1/+7
2011-06-19Merge branch 'di/no-no-existant'Libravatar Junio C Hamano7-14/+14
2011-06-19Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-06-19builtin/gc.c: add missing newline in messageLibravatar Andreas Schwab1-1/+1
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-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