gitignore: ignore generated test-fake-ssh executable
[gitweb.git] / Documentation / git-log.txt
index 6e65c5aa328d6dfc918f614aea4e08a569f51221..03f958029ad7a35ec29f111217cd76ba21de9b5e 100644 (file)
@@ -184,7 +184,13 @@ log.date::
        `--date` option.)  Defaults to "default", which means to write
        dates like `Sat May 8 19:35:34 2010 -0500`.
 
-log.showroot::
+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 `false`, `git log` and related commands will not treat the
        initial commit as a big creation event.  Any root commits in
        `git log -p` output would be shown without a diff attached.