Skip to content

Commit 9858b87

Browse files
bjornggitster
authored andcommitted
bash: add the merge option --ff-only
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d58f927 commit 9858b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ _git_log ()
12241224

12251225
__git_merge_options="
12261226
--no-commit --no-stat --log --no-log --squash --strategy
1227-
--commit --stat --no-squash --ff --no-ff
1227+
--commit --stat --no-squash --ff --no-ff --ff-only
12281228
"
12291229

12301230
_git_merge ()

0 commit comments

Comments
 (0)