summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-05-18 21:50:56 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2007-05-18 21:50:56 -0700
commit404fdef22f1084141aeef5781d5a322554fed481 (patch)
treeabfce65899ec3856f636d9ff5465a8d962296398 /Documentation/git-rebase.txt
parentDocumentation/git.txt: Update links to older documentation pages. (diff)
parentDocumentation: Reformatted SYNOPSIS for several commands (diff)
downloadtgif-404fdef22f1084141aeef5781d5a322554fed481.tar.xz
Merge branch 'maint'
* maint: Documentation: Reformatted SYNOPSIS for several commands Documentation: Added [verse] to SYNOPSIS where necessary
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 2f417a8f85..753b275a0f 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/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