git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
367ff69
)
completion: add --continue option for merge
author
Chris Packham
<redacted>
Wed, 14 Dec 2016 08:37:56 +0000
(21:37 +1300)
committer
Junio C Hamano
<redacted>
Wed, 14 Dec 2016 18:02:04 +0000
(10:02 -0800)
Add 'git merge --continue' option when completing.
Signed-off-by: Chris Packham <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 21016bf8dfe87572fb53a05488ba05bb3c08ed97..1f97ffae199232fcbf372d028c4802ace91d638b 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1552,7
+1552,7
@@
_git_merge ()
case "$cur" in
--*)
__gitcomp "$__git_merge_options
- --rerere-autoupdate --no-rerere-autoupdate --abort"
+ --rerere-autoupdate --no-rerere-autoupdate --abort
--continue
"
return
esac
__gitcomp_nl "$(__git_refs)"
git clone https://git.99rst.org/PROJECT