File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ OPTIONS
180
180
+
181
181
--
182
182
strip::
183
- Strip leading and trailing empty lines, trailing whitespace, and
184
- # commentary and collapse consecutive empty lines.
183
+ Strip leading and trailing empty lines, trailing whitespace,
184
+ commentary and collapse consecutive empty lines.
185
185
whitespace::
186
186
Same as `strip` except #commentary is not removed.
187
187
verbatim::
@@ -282,8 +282,11 @@ configuration variable documented in linkgit:git-config[1].
282
282
--verbose::
283
283
Show unified diff between the HEAD commit and what
284
284
would be committed at the bottom of the commit message
285
- template. Note that this diff output doesn't have its
286
- lines prefixed with '#'.
285
+ template to help the user describe the commit by reminding
286
+ what changes the commit has.
287
+ Note that this diff output doesn't have its
288
+ lines prefixed with '#'. This diff will not be a part
289
+ of the commit message.
287
290
+
288
291
If specified twice, show in addition the unified diff between
289
292
what would be committed and the worktree files, i.e. the unstaged
You can’t perform that action at this time.
0 commit comments