Merge branch 'rs/show-branch-argv-array'
[gitweb.git] / Documentation / config.txt
index 4d3cb107f853463c92af67ba9da70cbf3485060f..391a0c3c857081e0509ea5a1b2ac085e79439d8f 100644 (file)
@@ -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.