git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
85453fd
)
completion: handle --[no-]fork-point options to git-rebase
author
John Keeping
<redacted>
Sat, 11 Jan 2014 14:27:13 +0000
(14:27 +0000)
committer
Junio C Hamano
<redacted>
Mon, 13 Jan 2014 22:20:31 +0000
(14:20 -0800)
Signed-off-by: John Keeping <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index e74d4024233376dd8ed70cddc7708303ce4de21b..3c1a11f256400f279fcfd577250a243bc5134d0c 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-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
git clone https://git.99rst.org/PROJECT