summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22config: use strbuf_split_str instead of a temporary strbufLibravatar Jeff King1-3/+1
2011-06-22strbuf: allow strbuf_split to work on non-strbufsLibravatar Jeff King2-7/+17
2011-06-22config: avoid segfault when parsing command-line configLibravatar Jeff King2-0/+6
2011-06-22config: die on error in command-line configLibravatar Jeff King2-1/+9
2011-06-22fix "git -c" parsing of values with equals signsLibravatar Jeff King2-1/+7
2011-06-22strbuf_split: add a max parameterLibravatar Jeff King2-3/+11
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-20tag: accept multiple patterns for --listLibravatar Jeff King3-12/+28
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-15t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not metLibravatar Junio C Hamano1-0/+5
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