summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
commitb0a1e835fc058a3e209af3d419ef845b21a73f4f (patch)
treecea4bb3381b70c9e33167e843de1f0d664d35fbd /config.txt
parent1f7c4a50fe813d6e616e950c633237d4dde581d6 (diff)
downloadgit-htmldocs-b0a1e835fc058a3e209af3d419ef845b21a73f4f.tar.gz
Autogenerated HTML docs for v2.6.1-213-ga838a
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 4d3cb107f..391a0c3c8 100644
--- a/config.txt
+++ b/config.txt
@@ -1838,6 +1838,12 @@ log.decorate::
specified, the full ref name (including prefix) will be printed.
This is the same as the log commands '--decorate' option.
+log.follow::
+ If `true`, `git log` will act as if the `--follow` option was used when
+ a single <path> is given. This has the same limitations as `--follow`,
+ i.e. it cannot be used to follow multiple files and does not work well
+ on non-linear history.
+
log.showRoot::
If true, the initial commit will be shown as a big creation event.
This is equivalent to a diff against an empty tree.