File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ OPTIONS
91
91
based sha1 expressions such as "<branchname>@\{yesterday}".
92
92
Note that in non-bare repositories, reflogs are usually
93
93
enabled by default by the `core.logallrefupdates` config option.
94
+ The negated form `--no-create-reflog` only overrides an earlier
95
+ `--create-reflog`, but currently does not negate the setting of
96
+ `core.logallrefupdates`.
94
97
95
98
-f::
96
99
--force::
Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ This option is only applicable when listing tags without annotation lines.
152
152
--create-reflog::
153
153
Create a reflog for the tag. To globally enable reflogs for tags, see
154
154
`core.logAllRefUpdates` in linkgit:git-config[1].
155
+ The negated form `--no-create-reflog` only overrides an earlier
156
+ `--create-reflog`, but currently does not negate the setting of
157
+ `core.logallrefupdates`.
155
158
156
159
<tagname>::
157
160
The name of the tag to create, delete, or describe.
You can’t perform that action at this time.
0 commit comments