mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-07 22:11:15 +01:00
37129: _git: Complete 'commit -p'
This commit is contained in:
parent
ca0cb17011
commit
afc4d41652
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2015-11-17 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 37129: Completion/Unix/Command/_git: _git: Complete 'commit -p'
|
||||
|
||||
2015-11-17 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 37128: Src/lex.c, Test/D06subscript.ztst: work around alias
|
||||
|
|
|
|||
|
|
@ -656,7 +656,7 @@ _git-commit () {
|
|||
'( --porcelain --dry-run)--short[output dry run in short format]' \
|
||||
'(--short --dry-run)--porcelain[output dry run in porcelain-ready format]' \
|
||||
'(--short --porcelain --dry-run -z --null)'{-z,--null}'[separate dry run entry output with NUL]' \
|
||||
'--patch[use the interactive patch selection interface to chose which changes to commit]' \
|
||||
{-p,--patch}'[use the interactive patch selection interface to chose which changes to commit]' \
|
||||
'(--reset-author)--author[override the author name used in the commit]:author name' \
|
||||
'--date=[override the author date used in the commit]:date' \
|
||||
'(-s --signoff)'{-s,--signoff}'[add Signed-off-by line at the end of the commit message]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue