···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+
35This is the same as the `--decorate` option of the `git log`.
36
···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+
35This is the same as the `--decorate` option of the `git log`.
36