Skip to content

Commit aa65b86

Browse files
committed
Merge branch 'nd/config-doc-camelCase'
Documentation updates. * nd/config-doc-camelCase: *config.txt: stick to camelCase naming convention
2 parents 07da4e0 + da0005b commit aa65b86

37 files changed

+212
-212
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Writing Documentation:
526526
`backticks around word phrases`, do so.
527527
`--pretty=oneline`
528528
`git rev-list`
529-
`remote.pushdefault`
529+
`remote.pushDefault`
530530

531531
Word phrases enclosed in `backtick characters` are rendered literally
532532
and will not be further expanded. The use of `backticks` to achieve the

Documentation/blame-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
--root::
66
Do not treat root commits as boundaries. This can also be
7-
controlled via the `blame.showroot` config option.
7+
controlled via the `blame.showRoot` config option.
88

99
--show-stats::
1010
Include additional statistics at the end of blame output.

0 commit comments

Comments
 (0)