]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ja/doc-git-log-markup'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2025 16:14:27 +0000 (09:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2025 16:14:28 +0000 (09:14 -0700)
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

1  2 
Documentation/pretty-options.adoc
Documentation/rev-list-options.adoc

index b36e96abe28abfae010689fe1bab8366f586cd54,388b245a8a68d48a1ab1ffaf2c70492bfeca544a..8aac51dbe7e938e7eb50d690aa524f617ad425fc
@@@ -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[=<ref>]::
`--notes[=<ref>]`::
        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.
  +
Simple merge