Add `log.decorate' configuration variable.
[gitweb.git] / Documentation / config.txt
index 4c36aa95b7d3fc0d456d42bbdfdf5a118931094b..db280326de7919666b350e898bb9476098b67c9c 100644 (file)
@@ -1232,6 +1232,13 @@ log.date::
        following alternatives: {relative,local,default,iso,rfc,short}.
        See linkgit:git-log[1].
 
+log.decorate::
+       Print out the ref names of any commits that are shown by the log
+       command. If 'short' is specified, the ref name prefixes 'refs/heads/',
+       'refs/tags/' and 'refs/remotes/' will not be printed. If 'full' is
+       specified, the full ref name (including prefix) will be printed.
+       This is the same as the log commands '--decorate' option.
+
 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.