projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b578e50
)
Documentation: git-rebase -C<n>
author
Junio C Hamano
<junkio@cox.net>
Mon, 12 Feb 2007 06:03:55 +0000
(22:03 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 12 Feb 2007 06:03:55 +0000
(22:03 -0800)
Replace -CNUM in Synopsis section with -C<n> to make it consistent with
the description text.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rebase.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-rebase.txt
b/Documentation/git-rebase.txt
index 3dff2dfae781e26ebe500d0197c2c98415b748de..f2ef1f7dc093432e8b6c5644cbac5c5e857cb0ca 100644
(file)
--- a/
Documentation/git-rebase.txt
+++ b/
Documentation/git-rebase.txt
@@
-7,7
+7,7
@@
git-rebase - Forward-port local commits to the updated upstream head
SYNOPSIS
--------
-'git-rebase' [-v] [--merge] [-C
NUM
] [--onto <newbase>] <upstream> [<branch>]
+'git-rebase' [-v] [--merge] [-C
<n>
] [--onto <newbase>] <upstream> [<branch>]
'git-rebase' --continue | --skip | --abort