summaryrefslogtreecommitdiffstats
path: root/log-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-12Git 2.9.3v2.9.3Junio C Hamano3-2/+13
2016-08-10Yet another batch for 2.9.3Junio C Hamano1-0/+68
2016-08-08Hopefully final batch for 2.9.3Junio C Hamano1-0/+34
2016-08-06nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-06use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe3-3/+3
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-08-04t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy1-1/+16
2016-08-03clarify %f documentationJoey Hess1-0/+5
2016-08-03t4130: work around Windows limitationJohannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchJeff King3-0/+8
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe4-6/+6
2016-08-01gitweb: escape link body in format_ref_markerAndreas Brauchli1-1/+1
2016-07-28difftool: use Git::* functions instead of passing around stateDavid Aguilar1-31/+21
2016-07-28difftool: avoid $GIT_DIR and $GIT_WORK_TREEDavid Aguilar2-21/+20
2016-07-28submodule-config: fix test binary crashing when no arguments givenHeiko Voigt1-1/+1
2016-07-28submodule-config: combine early return code into one gotoHeiko Voigt1-19/+12
2016-07-28submodule-config: passing name reference for .gitmodule blobsHeiko Voigt2-9/+28
2016-07-28Some fixes for 2.9.3Junio C Hamano2-1/+59
2016-07-27t4205: indent here documentsJeff King1-196/+196
2016-07-27t4205: drop top-level &&-chainingJeff King1-2/+4
2016-07-27completion: add option '--recurse-submodules' to 'git clone'Chris Packham1-0/+1
2016-07-26subtree: fix "git subtree split --rejoin"David Aguilar2-0/+17
2016-07-26t7900-subtree.sh: fix quoting and broken && chainsDavid Aguilar1-8/+8
2016-07-26submodule deinit: remove outdated commentStefan Beller1-2/+0
2016-07-26commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh1-1/+1
2016-07-26config.mak.uname: correct perl path on FreeBSDNguyễn Thái Ngọc Duy1-0/+1
2016-07-25grep: further simplify setting the pattern typeJunio C Hamano4-16/+29
2016-07-22Documentation: pack-protocol correct NAK responseStefan Beller1-1/+1
2016-07-22diff: do not reuse worktree files that need "clean" conversionJeff King2-0/+18
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt1-0/+3
2016-07-22contrib/persistent-https: use Git version for build labelParker Moore1-1/+1
2016-07-22contrib/persistent-https: update ldflags syntax for Go 1.7+Parker Moore1-1/+3
2016-07-22status: suggest 'git merge --abort' when appropriateMatthieu Moy3-2/+10
2016-07-22strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()René Scharfe2-5/+8
2016-07-21t5541: fix url scrubbing test when GPG is not setJeff King1-2/+4
2016-07-19submodule-config: use explicit empty string instead of strbuf in config_from()René Scharfe1-2/+1
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe3-3/+3
2016-07-19difftool: fix argument handling in subdirsJohn Keeping1-10/+3
2016-07-18t/t8003-blame-corner-cases.sh: Use here documentsMike Hommey1-17/+17
2016-07-18blame: allow to blame paths freshly added to the indexMike Hommey2-1/+54
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2-1/+23
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2-2/+19
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy8-38/+35
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy6-13/+11
2016-07-18configure.ac: stronger test for pthread linkageEric Wong1-0/+5
2016-07-18daemon: ignore ENOTSOCK from setsockoptEric Wong1-3/+5
2016-07-15Git 2.9.2v2.9.2Junio C Hamano4-3/+17
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King3-3/+18
2016-07-14diff: document diff-filter exclusionJunio C Hamano1-0/+3