Skip to content

Commit d4e8062

Browse files
newrengitster
authored andcommitted
git-rebase.sh: update help messages a bit
signoff is not specific to the am-backend. Also, re-order a few options to make like things (e.g. strategy and strategy-option) be near each other. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5dacd4a commit d4e8062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-rebase.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ onto=! rebase onto given branch instead of upstream
2020
r,rebase-merges? try to rebase merges instead of skipping them
2121
p,preserve-merges! try to recreate merges instead of ignoring them
2222
s,strategy=! use the given merge strategy
23+
X,strategy-option=! pass the argument through to the merge strategy
2324
no-ff! cherry-pick all commits, even if unchanged
25+
f,force-rebase! cherry-pick all commits, even if unchanged
2426
m,merge! use merging strategies to rebase
2527
i,interactive! let the user edit the list of commits to rebase
2628
x,exec=! add exec lines after each commit of the editable list
2729
k,keep-empty preserve empty commits during rebase
2830
allow-empty-message allow rebasing commits with empty messages
29-
f,force-rebase! force rebase even if branch is up to date
30-
X,strategy-option=! pass the argument through to the merge strategy
3131
stat! display a diffstat of what changed upstream
3232
n,no-stat! do not show diffstat of what changed upstream
3333
verify allow pre-rebase hook to run
3434
rerere-autoupdate allow rerere to update index with resolved conflicts
3535
root! rebase all reachable commits up to the root(s)
3636
autosquash move commits that begin with squash!/fixup! under -i
37+
signoff add a Signed-off-by: line to each commit
3738
committer-date-is-author-date! passed to 'git am'
3839
ignore-date! passed to 'git am'
39-
signoff passed to 'git am'
4040
whitespace=! passed to 'git apply'
4141
ignore-whitespace! passed to 'git apply'
4242
C=! passed to 'git apply'

0 commit comments

Comments
 (0)