summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-08 21:14:00 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-08 21:14:00 +0100
commitcc83fd9916e1c0ea3c13162127e8f61b165974f2 (patch)
tree885f278da1f93f1e958ffb08b37f568cfa510474 /Completion/Unix/Command
parent061e80950223501fbcb77e987a9a0dafedf6f229 (diff)
parentc7213566462e2a7279e19a22027fa23b21c8e722 (diff)
downloadzsh-cc83fd9916e1c0ea3c13162127e8f61b165974f2.tar.gz
zsh-cc83fd9916e1c0ea3c13162127e8f61b165974f2.zip
conflict resolution
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 144869836..a24069a0e 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -591,6 +591,8 @@ _git-commit () {
# TODO: --interactive isn’t explicitly listed in the documentation.
_arguments -w -S -s \
'(-a --all --interactive -o --only -i --include *)'{-a,--all}'[stage all modified and deleted paths]' \
+ '--fixup=[construct a commit message for use with rebase --autosquash]:' \
+ '--squash=[construct a commit message for use with rebase --autosquash]:' \
$reset_author_opt \
'( --porcelain --dry-run)--short[output dry run in short format]' \
'(--short --dry-run)--porcelain[output dry run in porcelain-ready format]' \