File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,16 @@ and `fuller`).
61
61
ifndef::git-rev-list[]
62
62
`--notes[=<ref>]`::
63
63
Show the notes (see linkgit:git-notes[1]) that annotate the
64
- commit, when showing the commit log message. This is the default
64
+ commit, when showing the commit log message.
65
65
ifndef::with-breaking-changes[]
66
- for `git log`, `git show` and `git whatchanged` commands when
66
+ This is the default for `git log`, `git show` and `git whatchanged`
67
+ commands when there is no `--pretty`, `--format`, or `--oneline` option given
68
+ on the command line.
67
69
endif::with-breaking-changes[]
68
70
ifdef::with-breaking-changes[]
69
- for `git log` and `git show` commands when
71
+ This is the default for `git log` and `git show` commands when there is no
72
+ `--pretty`, `--format`, or `--oneline` option given on the command line.
70
73
endif::with-breaking-changes[]
71
- there is no `--pretty`, `--format`, or `--oneline` option given
72
- on the command line.
73
74
+
74
75
By default, the notes shown are from the notes refs listed in the
75
76
`core.notesRef` and `notes.displayRef` variables (or corresponding
You can’t perform that action at this time.
0 commit comments