@@ -4305,7 +4305,7 @@ <h2 id="_configuration">CONFIGURATION</h2>
4305
4305
< a href ="git-whatchanged.html "> git-whatchanged(1)</ a > assume < code > --use-mailmap</ code > , otherwise
4306
4306
assume < code > --no-use-mailmap</ code > . True by default.</ p >
4307
4307
</ dd >
4308
- < dt class ="hdlist1 "> notes.mergeStrategy</ dt >
4308
+ < dt class ="hdlist1 "> < code > notes.mergeStrategy</ code > </ dt >
4309
4309
< dd >
4310
4310
< p > Which merge strategy to choose by default when resolving notes
4311
4311
conflicts. Must be one of < code > manual</ code > , < code > ours</ code > , < code > theirs</ code > , < code > union</ code > , or
@@ -4316,19 +4316,19 @@ <h2 id="_configuration">CONFIGURATION</h2>
4316
4316
< a href ="git-notes.html "> git-notes(1)</ a > .</ p >
4317
4317
</ div >
4318
4318
</ dd >
4319
- < dt class ="hdlist1 "> notes.<name>.mergeStrategy</ dt >
4319
+ < dt class ="hdlist1 "> < code > notes.</ code > < em > <name></ em > < code > .mergeStrategy</ code > </ dt >
4320
4320
< dd >
4321
4321
< p > Which merge strategy to choose when doing a notes merge into
4322
- refs/notes/<name>. This overrides the more general
4323
- " notes.mergeStrategy" . See the "NOTES MERGE STRATEGIES" section in
4322
+ < code > refs/notes/</ code > < em > <name></ em > . This overrides the more general
4323
+ < code > notes.mergeStrategy</ code > . See the "NOTES MERGE STRATEGIES" section in
4324
4324
< a href ="git-notes.html "> git-notes(1)</ a > for more information on the available strategies.</ p >
4325
4325
</ dd >
4326
- < dt class ="hdlist1 "> notes.displayRef</ dt >
4326
+ < dt class ="hdlist1 "> < code > notes.displayRef</ code > </ dt >
4327
4327
< dd >
4328
4328
< p > Which ref (or refs, if a glob or specified more than once), in
4329
4329
addition to the default set by < code > core.notesRef</ code > or
4330
4330
< code > GIT_NOTES_REF</ code > , to read notes from when showing commit
4331
- messages with the < em > git log</ em > family of commands.</ p >
4331
+ messages with the < code > git</ code > < code > log</ code > family of commands.</ p >
4332
4332
< div class ="paragraph ">
4333
4333
< p > This setting can be overridden with the < code > GIT_NOTES_DISPLAY_REF</ code >
4334
4334
environment variable, which must be a colon separated list of refs or
@@ -4339,32 +4339,32 @@ <h2 id="_configuration">CONFIGURATION</h2>
4339
4339
but a glob that does not match any refs is silently ignored.</ p >
4340
4340
</ div >
4341
4341
< div class ="paragraph ">
4342
- < p > This setting can be disabled by the < code > --no-notes</ code > option to the < em > git
4343
- log </ em > family of commands, or by the < code > --notes=</ code > < em > <ref></ em > option accepted by
4342
+ < p > This setting can be disabled by the < code > --no-notes</ code > option to the < a href =" git-log.html " > git-log(1) </ a >
4343
+ family of commands, or by the < code > --notes=</ code > < em > <ref></ em > option accepted by
4344
4344
those commands.</ p >
4345
4345
</ div >
4346
4346
< div class ="paragraph ">
4347
- < p > The effective value of " core.notesRef" (possibly overridden by
4348
- GIT_NOTES_REF) is also implicitly added to the list of refs to be
4347
+ < p > The effective value of < code > core.notesRef</ code > (possibly overridden by
4348
+ < code > GIT_NOTES_REF</ code > ) is also implicitly added to the list of refs to be
4349
4349
displayed.</ p >
4350
4350
</ div >
4351
4351
</ dd >
4352
- < dt class ="hdlist1 "> notes.rewrite.<command></ dt >
4352
+ < dt class ="hdlist1 "> < code > notes.rewrite.</ code > < em > <command></ em > </ dt >
4353
4353
< dd >
4354
- < p > When rewriting commits with <command> (currently < code > amend</ code > or
4354
+ < p > When rewriting commits with < em > <command></ em > (currently < code > amend</ code > or
4355
4355
< code > rebase</ code > ), if this variable is < code > false</ code > , git will not copy
4356
4356
notes from the original to the rewritten commit. Defaults to
4357
- < code > true</ code > . See also " < code > notes.rewriteRef</ code > " below.</ p >
4357
+ < code > true</ code > . See also < code > notes.rewriteRef</ code > below.</ p >
4358
4358
< div class ="paragraph ">
4359
4359
< p > This setting can be overridden with the < code > GIT_NOTES_REWRITE_REF</ code >
4360
4360
environment variable, which must be a colon separated list of refs or
4361
4361
globs.</ p >
4362
4362
</ div >
4363
4363
</ dd >
4364
- < dt class ="hdlist1 "> notes.rewriteMode</ dt >
4364
+ < dt class ="hdlist1 "> < code > notes.rewriteMode</ code > </ dt >
4365
4365
< dd >
4366
4366
< p > When copying notes during a rewrite (see the
4367
- " notes.rewrite.<command>" option), determines what to do if
4367
+ < code > notes.rewrite.</ code > < em > <command></ em > option), determines what to do if
4368
4368
the target commit already has a note. Must be one of
4369
4369
< code > overwrite</ code > , < code > concatenate</ code > , < code > cat_sort_uniq</ code > , or < code > ignore</ code > .
4370
4370
Defaults to < code > concatenate</ code > .</ p >
@@ -4373,7 +4373,7 @@ <h2 id="_configuration">CONFIGURATION</h2>
4373
4373
environment variable.</ p >
4374
4374
</ div >
4375
4375
</ dd >
4376
- < dt class ="hdlist1 "> notes.rewriteRef</ dt >
4376
+ < dt class ="hdlist1 "> < code > notes.rewriteRef</ code > </ dt >
4377
4377
< dd >
4378
4378
< p > When copying notes during a rewrite, specifies the (fully
4379
4379
qualified) ref whose notes should be copied. May be a glob,
0 commit comments