Skip to content

Commit c3342b3

Browse files
Kaartic Sivaraamgitster
authored andcommitted
doc: camelCase the config variables to improve readability
References to multi-word configuration variable names in our documentation must consistently use camelCase to highlight where the word boundaries are, even though these are treated case insensitively. Fix a few places that spell them in all lowercase, which makes them harder to read. Signed-off-by: Kaartic Sivaraam <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94c9fd2 commit c3342b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ OPTIONS
9292
all changes made to the branch ref, enabling use of date
9393
based sha1 expressions such as "<branchname>@\{yesterday}".
9494
Note that in non-bare repositories, reflogs are usually
95-
enabled by default by the `core.logallrefupdates` config option.
95+
enabled by default by the `core.logAllRefUpdates` config option.
9696
The negated form `--no-create-reflog` only overrides an earlier
9797
`--create-reflog`, but currently does not negate the setting of
98-
`core.logallrefupdates`.
98+
`core.logAllRefUpdates`.
9999

100100
-f::
101101
--force::

Documentation/git-tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This option is only applicable when listing tags without annotation lines.
174174
`core.logAllRefUpdates` in linkgit:git-config[1].
175175
The negated form `--no-create-reflog` only overrides an earlier
176176
`--create-reflog`, but currently does not negate the setting of
177-
`core.logallrefupdates`.
177+
`core.logAllRefUpdates`.
178178

179179
<tagname>::
180180
The name of the tag to create, delete, or describe.

0 commit comments

Comments
 (0)