Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: add a note that merge options are shared
author
John Keeping
<john@keeping.me.uk>
Thu, 22 May 2014 13:58:37 +0000
(14:58 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 27 May 2014 19:27:36 +0000
(12:27 -0700)
This should avoid future confusion after a subsequent patch has added
some options to __git_merge_options and some directly in _git_merge().
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4a28f16
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 2c59a76bc2cf2d0fefb633efe805b6c7c15ad7ec..ff97c200ee380143145eaee2c9f59d40537b1447 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1472,6
+1472,7
@@
_git_log ()
__git_complete_revlist
}
+# Common merge options shared by git-merge(1) and git-pull(1).
__git_merge_options="
--no-commit --no-stat --log --no-log --squash --strategy
--commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit