summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:51:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:51:55 +0000
commita9b8d243c327d89fe2ccd30aa107400e69f04238 (patch)
tree9b514c2e8ee0188b68118ecd511bb5a21f970640 /git-rebase.txt
parent75485c89fbee8a433ff53a688f7f645f6ec3b160 (diff)
downloadgit-htmldocs-a9b8d243c327d89fe2ccd30aa107400e69f04238.tar.gz
Autogenerated HTML docs for v1.5.2-rc3-87-g404f
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 2f417a8f8..753b275a0 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -7,8 +7,8 @@ git-rebase - Forward-port local commits to the updated upstream head
SYNOPSIS
--------
+[verse]
'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
-
'git-rebase' --continue | --skip | --abort
DESCRIPTION