Skip to content

Commit

Permalink
bash: add the merge option --ff-only
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Gustavsson <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
bjorng authored and gitster committed Nov 14, 2009
1 parent d58f927 commit 9858b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ _git_log ()

__git_merge_options="
--no-commit --no-stat --log --no-log --squash --strategy
--commit --stat --no-squash --ff --no-ff
--commit --stat --no-squash --ff --no-ff --ff-only
"

_git_merge ()
Expand Down

0 comments on commit 9858b87

Please sign in to comment.