* [PATCH] bash: add '--abort' to 'git am' options
@ 2008-07-23 17:15 SZEDER Gábor
0 siblings, 0 replies; only message in thread
From: SZEDER Gábor @ 2008-07-23 17:15 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: Junio C Hamano, Git Mailing List, SZEDER Gábor
We have 'git am --abort' since commit 3e5057a8, but no completion
support for it.
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
---
contrib/completion/git-completion.bash | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 8b1426a..3a99c40 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -489,7 +489,7 @@ _git_am ()
{
local cur="${COMP_WORDS[COMP_CWORD]}" dir="$(__gitdir)"
if [ -d "$dir"/rebase-apply ]; then
- __gitcomp "--skip --resolved"
+ __gitcomp "--skip --resolved --abort"
return
fi
case "$cur" in
--
1.6.0.rc0.36.g3c05
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-23 17:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 17:15 [PATCH] bash: add '--abort' to 'git am' options SZEDER Gábor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).