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
180180+
181181--
182182strip::
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.
185185whitespace::
186186 Same as `strip` except #commentary is not removed.
187187verbatim::
@@ -282,8 +282,11 @@ configuration variable documented in linkgit:git-config[1].
282282--verbose::
283283 Show unified diff between the HEAD commit and what
284284 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.
287290+
288291If specified twice, show in addition the unified diff between
289292what would be committed and the worktree files, i.e. the unstaged
You can’t perform that action at this time.
0 commit comments