From: SZEDER Gábor Date: Sun, 15 Feb 2009 13:25:11 +0000 (+0100) Subject: bash: add missing 'git merge' options X-Git-Tag: v1.6.2-rc2~31 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d532ebd5a799fe2c991a96004bf739434e6ecaf4;p=git.git bash: add missing 'git merge' options Namely: '--commit', '--stat', '--no-squash', '--ff', '--no-ff'. One might wonder why add options that specify the default behaviour anyway (e.g. '--commit', '--no-squash', etc.). Users can override the default with config options (e.g. 'branch..mergeoptions', 'merge.log'), but sometimes might still need the default behaviour. Signed-off-by: SZEDER Gábor Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 412d2c0da..0bb768f1c 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1037,6 +1037,7 @@ _git_merge () --*) __gitcomp " --no-commit --no-stat --log --no-log --squash --strategy + --commit --stat --no-squash --ff --no-ff " return esac