diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:31 -0700 |
| commit | 9740baaf0e873c5d907df8bead8ccecf691076e0 (patch) | |
| tree | 0f88ed7423ea7b80a6780cdced64c6b917098d46 | |
| parent | Merge branch 'kn/refs-files-case-insensitive' into maint-2.51 (diff) | |
| parent | doc: git-log: fix description list (diff) | |
| download | git-9740baaf0e873c5d907df8bead8ccecf691076e0.tar.gz git-9740baaf0e873c5d907df8bead8ccecf691076e0.zip | |
Merge branch 'kh/doc-git-log-markup-fix' into maint-2.51
Doc update.
* kh/doc-git-log-markup-fix:
doc: git-log: fix description list
| -rw-r--r-- | Documentation/config/log.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/log.adoc b/Documentation/config/log.adoc index 16e00e8d29..f20cc25cd7 100644 --- a/Documentation/config/log.adoc +++ b/Documentation/config/log.adoc @@ -23,14 +23,14 @@ be used. Print out the ref names of any commits that are shown by the log command. Possible values are: + ----- +-- `short`;; the ref name prefixes `refs/heads/`, `refs/tags/` and `refs/remotes/` are not printed. `full`;; the full ref name (including prefix) are printed. `auto`;; if the output is going to a terminal, the ref names are shown as if `short` were given, otherwise no ref names are shown. ----- +-- + This is the same as the `--decorate` option of the `git log`. |
