Skip to content

Commit 1c93768

Browse files
committed
Sync with maint
* maint: completion: zsh: don't override suffix on _detault Documentation/git-commit: Typo under --edit
2 parents de0977d + 571cdfd commit 1c93768

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-commit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
197197
-e::
198198
--edit::
199199
The message taken from file with `-F`, command line with
200-
`-m`, and from file with `-C` are usually used as the
201-
commit log message unmodified. This option lets you
200+
`-m`, and from commit object with `-C` are usually used as
201+
the commit log message unmodified. This option lets you
202202
further edit the message taken from these sources.
203203

204204
--no-edit::

contrib/completion/git-completion.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ _git ()
198198
emulate ksh -c __${service}_main
199199
fi
200200

201-
let _ret && _default -S '' && _ret=0
201+
let _ret && _default && _ret=0
202202
return _ret
203203
}
204204

0 commit comments

Comments
 (0)