Skip to content

Commit e448ff8

Browse files
matthiaskJunio C Hamano
authored andcommitted
Documentation: Added [verse] to SYNOPSIS where necessary
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 6b68342 commit e448ff8

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

Documentation/git-archive.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-archive - Creates an archive of files from a named tree
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
1213
[--remote=<repo>] <tree-ish> [path...]
1314

Documentation/git-bundle.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-bundle - Move objects and refs by archive
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git-bundle' create <file> [git-rev-list args]
1213
'git-bundle' verify <file>
1314
'git-bundle' list-heads <file> [refname...]

Documentation/git-fmt-merge-msg.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-fmt-merge-msg - Produce a merge commit message
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD
1213
git-fmt-merge-msg [--summary | --no-summray] -F <file>
1314

Documentation/git-name-rev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-name-rev - Find symbolic names for given revs
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git-name-rev' [--tags] [--refs=<pattern>]
1213
( --all | --stdin | <committish>... )
1314

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ git-rebase - Forward-port local commits to the updated upstream head
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
11-
1212
'git-rebase' --continue | --skip | --abort
1313

1414
DESCRIPTION

0 commit comments

Comments
 (0)