Skip to content

Commit da0005b

Browse files
pcloudsgitster
authored andcommitted
*config.txt: stick to camelCase naming convention
This should improve readability. Compare "thislongname" and "thisLongName". The following keys are left in unchanged. We can decide what to do with them later. - am.keepcr - core.autocrlf .safecrlf .trustctime - diff.dirstat .noprefix - gitcvs.usecrlfattr - gui.blamehistoryctx .trustmtime - pull.twohead - receive.autogc - sendemail.signedoffbycc .smtpsslcertpath .suppresscc Helped-by: Eric Sunshine <[email protected]> Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a9409c commit da0005b

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)