We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb887e + 823d537 commit b07404dCopy full SHA for b07404d
Documentation/config/log.adoc
@@ -23,14 +23,14 @@ be used.
23
Print out the ref names of any commits that are shown by the log
24
command. Possible values are:
25
+
26
-----
+--
27
`short`;; the ref name prefixes `refs/heads/`, `refs/tags/` and
28
`refs/remotes/` are not printed.
29
`full`;; the full ref name (including prefix) are printed.
30
`auto`;; if the output is going to a terminal,
31
the ref names are shown as if `short` were given, otherwise no ref
32
names are shown.
33
34
35
This is the same as the `--decorate` option of the `git log`.
36
0 commit comments