summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'dg/subtree-rebase-test' into maintLibravatar Junio C Hamano1-0/+119
2016-07-27date: clarify --date=raw descriptionLibravatar Junio C Hamano1-1/+5
2016-07-27date: add "unix" formatLibravatar Jeff King5-1/+19
2016-07-27date: document and test "raw-local" modeLibravatar Jeff King2-2/+6
2016-07-27t4205: indent here documentsLibravatar Jeff King1-196/+196
2016-07-27t4205: drop top-level &&-chainingLibravatar Jeff King1-2/+4
2016-07-27completion: add option '--recurse-submodules' to 'git clone'Libravatar Chris Packham1-0/+1
2016-07-26subtree: fix "git subtree split --rejoin"Libravatar David Aguilar2-0/+17
2016-07-26t7900-subtree.sh: fix quoting and broken && chainsLibravatar David Aguilar1-8/+8
2016-07-26submodule deinit: remove outdated commentLibravatar Stefan Beller1-2/+0
2016-07-26push: allow pushing new branches with --force-with-leaseLibravatar John Keeping3-5/+15
2016-07-26push: add shorthand for --force-with-lease branch creationLibravatar John Keeping3-1/+30
2016-07-26commit: describe that --no-verify skips the commit-msg hook in the help textLibravatar Orgad Shaneh1-1/+1
2016-07-26config.mak.uname: correct perl path on FreeBSDLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2016-07-25Documentation/git-push: fix placeholder formattingLibravatar John Keeping1-1/+1
2016-07-25grep: further simplify setting the pattern typeLibravatar Junio C Hamano4-16/+29
2016-07-22doc/pretty-formats: explain shortening of %gdLibravatar Jeff King1-3/+6
2016-07-22doc/pretty-formats: describe index/time formats for %gdLibravatar Jeff King1-2/+5
2016-07-22doc/rev-list-options: explain "-g" output formatsLibravatar Jeff King1-4/+19
2016-07-22doc/rev-list-options: clarify "commit@{Nth}" for "-g" optionLibravatar Jeff King1-2/+2
2016-07-22Documentation: pack-protocol correct NAK responseLibravatar Stefan Beller1-1/+1
2016-07-22diff: do not reuse worktree files that need "clean" conversionLibravatar Jeff King2-0/+18
2016-07-22Windows: add missing definition of ENOTSOCKLibravatar Johannes Sixt1-0/+3
2016-07-22contrib/persistent-https: use Git version for build labelLibravatar Parker Moore1-1/+1
2016-07-22contrib/persistent-https: update ldflags syntax for Go 1.7+Libravatar Parker Moore1-1/+3
2016-07-22status: suggest 'git merge --abort' when appropriateLibravatar Matthieu Moy3-2/+10
2016-07-22strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()Libravatar René Scharfe2-5/+8
2016-07-20t5541: fix url scrubbing test when GPG is not setLibravatar Jeff King1-2/+4
2016-07-19submodule-config: use explicit empty string instead of strbuf in config_from()Libravatar René Scharfe1-2/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherLibravatar René Scharfe3-3/+3
2016-07-19difftool: fix argument handling in subdirsLibravatar John Keeping1-10/+3
2016-07-18t/t8003-blame-corner-cases.sh: Use here documentsLibravatar Mike Hommey1-17/+17
2016-07-18blame: allow to blame paths freshly added to the indexLibravatar Mike Hommey2-1/+54
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesLibravatar Nguyễn Thái Ngọc Duy2-1/+23
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesLibravatar Nguyễn Thái Ngọc Duy2-2/+19
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBLibravatar Nguyễn Thái Ngọc Duy8-38/+35
2016-07-18test-lib.sh: introduce and use $EMPTY_TREELibravatar Nguyễn Thái Ngọc Duy6-13/+11
2016-07-18configure.ac: stronger test for pthread linkageLibravatar Eric Wong1-0/+5
2016-07-18daemon: ignore ENOTSOCK from setsockoptLibravatar Eric Wong1-3/+5
2016-07-15Git 2.9.2Libravatar Junio C Hamano4-3/+17
2016-07-15Merge branch 'jk/tzoffset-fix' into maintLibravatar Junio C Hamano3-3/+18
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughLibravatar Jeff King3-3/+18
2016-07-14diff: document diff-filter exclusionLibravatar Junio C Hamano1-0/+3
2016-07-14push: anonymize URL in status outputLibravatar Jeff King2-2/+12
2016-07-13fsck: use streaming interface for large blobs in packLibravatar Nguyễn Thái Ngọc Duy4-6/+29
2016-07-13pack-objects: do not truncate result in-pack object size on 32-bit systemsLibravatar Nguyễn Thái Ngọc Duy1-7/+8
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-07-13index-pack: report correct bad object offsets even if they are largeLibravatar Nguyễn Thái Ngọc Duy1-3/+4
2016-07-13index-pack: correct "len" type in unpack_data()Libravatar Nguyễn Thái Ngọc Duy1-7/+7
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepLibravatar Nguyễn Thái Ngọc Duy2-3/+3