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 readabilitymaint
commit
47d26f0a66
|
@ -92,10 +92,10 @@ OPTIONS
|
||||||
all changes made to the branch ref, enabling use of date
|
all changes made to the branch ref, enabling use of date
|
||||||
based sha1 expressions such as "<branchname>@\{yesterday}".
|
based sha1 expressions such as "<branchname>@\{yesterday}".
|
||||||
Note that in non-bare repositories, reflogs are usually
|
Note that in non-bare repositories, reflogs are usually
|
||||||
enabled by default by the `core.logallrefupdates` config option.
|
enabled by default by the `core.logAllRefUpdates` config option.
|
||||||
The negated form `--no-create-reflog` only overrides an earlier
|
The negated form `--no-create-reflog` only overrides an earlier
|
||||||
`--create-reflog`, but currently does not negate the setting of
|
`--create-reflog`, but currently does not negate the setting of
|
||||||
`core.logallrefupdates`.
|
`core.logAllRefUpdates`.
|
||||||
|
|
||||||
-f::
|
-f::
|
||||||
--force::
|
--force::
|
||||||
|
|
|
@ -174,7 +174,7 @@ This option is only applicable when listing tags without annotation lines.
|
||||||
`core.logAllRefUpdates` in linkgit:git-config[1].
|
`core.logAllRefUpdates` in linkgit:git-config[1].
|
||||||
The negated form `--no-create-reflog` only overrides an earlier
|
The negated form `--no-create-reflog` only overrides an earlier
|
||||||
`--create-reflog`, but currently does not negate the setting of
|
`--create-reflog`, but currently does not negate the setting of
|
||||||
`core.logallrefupdates`.
|
`core.logAllRefUpdates`.
|
||||||
|
|
||||||
<tagname>::
|
<tagname>::
|
||||||
The name of the tag to create, delete, or describe.
|
The name of the tag to create, delete, or describe.
|
||||||
|
|
Loading…
Reference in New Issue