From: Junio C Hamano Date: Mon, 21 Jul 2025 16:14:27 +0000 (-0700) Subject: Merge branch 'ja/doc-git-log-markup' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe02fe75fcfea2f487284f4507c3d86760d71805;p=thirdparty%2Fgit.git Merge branch 'ja/doc-git-log-markup' Doc mark-up updates. * ja/doc-git-log-markup: doc: git-log: convert log config to new doc format doc: git-log: convert diff options to new doc format doc: git-log: convert pretty formats to new doc format doc: git-log: convert pretty options to new doc format doc: git-log: convert rev list options to new doc format doc: git-log: convert line range format to new doc format doc: git-log: convert line range options to new doc format doc: git-log convert rev-list-description to new doc format doc: convert git-log to new documentation format --- fe02fe75fcfea2f487284f4507c3d86760d71805 diff --cc Documentation/pretty-options.adoc index b36e96abe2,388b245a8a..8aac51dbe7 --- a/Documentation/pretty-options.adoc +++ b/Documentation/pretty-options.adoc @@@ -55,19 -55,14 +55,19 @@@ people using 80-column terminals which disables tab expansion. + By default, tabs are expanded in pretty formats that indent the log - message by 4 spaces (i.e. 'medium', which is the default, 'full', - and 'fuller'). + message by 4 spaces (i.e. `medium`, which is the default, `full`, + and `fuller`). ifndef::git-rev-list[] - --notes[=]:: + `--notes[=]`:: Show the notes (see linkgit:git-notes[1]) that annotate the commit, when showing the commit log message. This is the default +ifndef::with-breaking-changes[] for `git log`, `git show` and `git whatchanged` commands when +endif::with-breaking-changes[] +ifdef::with-breaking-changes[] + for `git log` and `git show` commands when +endif::with-breaking-changes[] there is no `--pretty`, `--format`, or `--oneline` option given on the command line. +