mirror of
https://github.com/git/git.git
synced 2026-01-12 05:43:12 +09:00
Merge branch 'jn/doc-help-translaing-pretty-options'
Documentation for "git log --pretty" options has been updated to make it easier to translate. * jn/doc-help-translaing-pretty-options: doc: do not break sentences into "lego" pieces
This commit is contained in:
commit
11f5a2264e
@ -61,15 +61,16 @@ and `fuller`).
|
||||
ifndef::git-rev-list[]
|
||||
`--notes[=<ref>]`::
|
||||
Show the notes (see linkgit:git-notes[1]) that annotate the
|
||||
commit, when showing the commit log message. This is the default
|
||||
commit, when showing the commit log message.
|
||||
ifndef::with-breaking-changes[]
|
||||
for `git log`, `git show` and `git whatchanged` commands when
|
||||
This is the default for `git log`, `git show` and `git whatchanged`
|
||||
commands when there is no `--pretty`, `--format`, or `--oneline` option given
|
||||
on the command line.
|
||||
endif::with-breaking-changes[]
|
||||
ifdef::with-breaking-changes[]
|
||||
for `git log` and `git show` commands when
|
||||
This is the default for `git log` and `git show` commands when there is no
|
||||
`--pretty`, `--format`, or `--oneline` option given on the command line.
|
||||
endif::with-breaking-changes[]
|
||||
there is no `--pretty`, `--format`, or `--oneline` option given
|
||||
on the command line.
|
||||
+
|
||||
By default, the notes shown are from the notes refs listed in the
|
||||
`core.notesRef` and `notes.displayRef` variables (or corresponding
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user