summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-06docs: document --textconv diff optionLibravatar Jeff King1-0/+11
2011-06-30gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssLibravatar Jakub Narebski1-1/+2
2011-06-30gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssLibravatar Jakub Narebski1-1/+9
2011-06-29git-submodule.sh: preserve stdin for the command spawned by foreachLibravatar Brandon Casey2-3/+7
2011-06-29t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinLibravatar Brandon Casey1-0/+18
2011-06-29Merge git://bogomips.org/git-svn into maintLibravatar Junio C Hamano2-4/+41
2011-06-29Merge branch 'maint-1.7.5' into maintLibravatar Junio C Hamano2-3/+11
2011-06-29test: skip clean-up when running under --immediate modeLibravatar Junio C Hamano1-2/+10
2011-06-29"branch -d" can remove more than one branchesLibravatar Junio C Hamano1-1/+1
2011-06-28git-svn: Correctly handle root commits in mergeinfo rangesLibravatar Michael Haggerty2-3/+7
2011-06-28git-svn: Disambiguate rev-list arguments to improve error messageLibravatar Michael Haggerty1-2/+2
2011-06-28git-svn: Demonstrate a bug with root commits in mergeinfo rangesLibravatar Michael Haggerty1-0/+33
2011-06-26submodule add: always initialize .git/config entryLibravatar Jens Lehmann1-17/+18
2011-06-26submodule sync: do not auto-vivify uninteresting submoduleLibravatar Junio C Hamano3-13/+29
2011-06-26Git 1.7.6Libravatar Junio C Hamano3-8/+7
2011-06-26Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-06-24Merge branch 'maint-1.7.4' into maintLibravatar Junio C Hamano1-1/+1
2011-06-24completion: replace core.abbrevguard to core.abbrevLibravatar Namhyung Kim1-1/+1
2011-06-23glossary: clarify description of HEADLibravatar Junio C Hamano1-2/+2
2011-06-23glossary: update description of head and refLibravatar Junio C Hamano1-4/+5
2011-06-23glossary: update description of "tag"Libravatar Junio C Hamano1-8/+8
2011-06-23git.txt: de-emphasize the implementation detail of a refLibravatar Junio C Hamano1-4/+3
2011-06-23check-ref-format doc: de-emphasize the implementation detail of a refLibravatar Junio C Hamano1-3/+6
2011-06-23git-remote.txt: avoid sounding as if loose refs are the only ones in the worldLibravatar Junio C Hamano1-9/+10
2011-06-23git-remote.txt: fix wrong remote refspecLibravatar Namhyung Kim1-6/+6
2011-06-22Git 1.7.6-rc3Libravatar Junio C Hamano1-1/+1
2011-06-22Merge branch 'maint'Libravatar Junio C Hamano1-4/+8
2011-06-22Makefile: Track changes to LDFLAGS and relink when necessaryLibravatar Fredrik Kuivinen2-8/+18
2011-06-22Documentation: git diff --check respects core.whitespaceLibravatar Christof Krüger1-4/+8
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-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-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-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-16Fix typo: existant->existentLibravatar Dmitry Ivankov7-14/+14
2011-06-16Git 1.7.6-rc2Libravatar Junio C Hamano2-2/+2
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