Skip to content

Commit 47d26f0

Browse files
committed
Merge branch 'ks/doc-use-camelcase-for-config-name'
Doc update. * ks/doc-use-camelcase-for-config-name: doc: camelCase the config variables to improve readability
2 parents fdbe2ac + c3342b3 commit 47d26f0

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)