mirror of
https://github.com/git/git.git
synced 2026-03-24 23:50:09 +01:00
Merge commit 'sg/merge-options^' into jk/renamelimit
* commit 'sg/merge-options^': merge, pull: add '--(no-)log' command line option fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable add 'merge.stat' config variable merge, pull: introduce '--(no-)stat' option doc: moved merge.* config variables into separate merge-config.txt
This commit is contained in:
@@ -780,7 +780,7 @@ _git_merge ()
|
||||
;;
|
||||
--*)
|
||||
__gitcomp "
|
||||
--no-commit --no-summary --squash --strategy
|
||||
--no-commit --no-stat --log --no-log --squash --strategy
|
||||
"
|
||||
return
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user