Documentation: Added [verse] to SYNOPSIS where necessary
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
6b68342edc
commit
e448ff877b
@ -8,6 +8,7 @@ git-archive - Creates an archive of files from a named tree
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
|
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
|
||||||
[--remote=<repo>] <tree-ish> [path...]
|
[--remote=<repo>] <tree-ish> [path...]
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ git-bundle - Move objects and refs by archive
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
'git-bundle' create <file> [git-rev-list args]
|
'git-bundle' create <file> [git-rev-list args]
|
||||||
'git-bundle' verify <file>
|
'git-bundle' verify <file>
|
||||||
'git-bundle' list-heads <file> [refname...]
|
'git-bundle' list-heads <file> [refname...]
|
||||||
|
@ -8,6 +8,7 @@ git-fmt-merge-msg - Produce a merge commit message
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD
|
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD
|
||||||
git-fmt-merge-msg [--summary | --no-summray] -F <file>
|
git-fmt-merge-msg [--summary | --no-summray] -F <file>
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ git-name-rev - Find symbolic names for given revs
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
'git-name-rev' [--tags] [--refs=<pattern>]
|
'git-name-rev' [--tags] [--refs=<pattern>]
|
||||||
( --all | --stdin | <committish>... )
|
( --all | --stdin | <committish>... )
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@ git-rebase - Forward-port local commits to the updated upstream head
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
|
'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
|
||||||
|
|
||||||
'git-rebase' --continue | --skip | --abort
|
'git-rebase' --continue | --skip | --abort
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user