Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4310e32

Browse files
johnkeepinggitster
authored andcommitted
completion: handle --[no-]fork-point options to git-rebase
Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 85453fd commit 4310e32

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
@@ -1637,7 +1637,7 @@ _git_rebase ()
16371637
--preserve-merges --stat --no-stat
16381638
--committer-date-is-author-date --ignore-date
16391639
--ignore-whitespace --whitespace=
1640-
--autosquash
1640+
--autosquash --fork-point --no-fork-point
16411641
"
16421642

16431643
return

0 commit comments

Comments
 (0)