File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ OPTIONS
92
92
all changes made to the branch ref, enabling use of date
93
93
based sha1 expressions such as "<branchname>@\{yesterday}".
94
94
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.
96
96
The negated form `--no-create-reflog` only overrides an earlier
97
97
`--create-reflog`, but currently does not negate the setting of
98
- `core.logallrefupdates `.
98
+ `core.logAllRefUpdates `.
99
99
100
100
-f::
101
101
--force::
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ This option is only applicable when listing tags without annotation lines.
174
174
`core.logAllRefUpdates` in linkgit:git-config[1].
175
175
The negated form `--no-create-reflog` only overrides an earlier
176
176
`--create-reflog`, but currently does not negate the setting of
177
- `core.logallrefupdates `.
177
+ `core.logAllRefUpdates `.
178
178
179
179
<tagname>::
180
180
The name of the tag to create, delete, or describe.
You can’t perform that action at this time.
0 commit comments