Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kestenholz <matthias@spinlock.ch>2007-05-18 17:39:33 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-19 08:47:40 +0400
commite448ff877b5bff0f2e6c5281652ed5183a41ed6c (patch)
treebfce405296fac3f7daef438fbef87bc972cfbdcd /Documentation/git-rebase.txt
parent6b68342edc392bb640b30c2115eb6585a3303e25 (diff)
Documentation: Added [verse] to SYNOPSIS where necessary
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
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