Browse Source

completion: handle --[no-]fork-point options to git-rebase

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
John Keeping 11 years ago committed by Junio C Hamano
parent
commit
4310e328d4
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -1637,7 +1637,7 @@ _git_rebase () @@ -1637,7 +1637,7 @@ _git_rebase ()
--preserve-merges --stat --no-stat
--committer-date-is-author-date --ignore-date
--ignore-whitespace --whitespace=
--autosquash
--autosquash --fork-point --no-fork-point
"

return

Loading…
Cancel
Save