Skip to content

Commit

Permalink
Documentation: Added [verse] to SYNOPSIS where necessary
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Matthias Kestenholz authored and Junio C Hamano committed May 19, 2007
1 parent 6b68342 commit e448ff8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/git-archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git-archive - Creates an archive of files from a named tree

SYNOPSIS
--------
[verse]
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
[--remote=<repo>] <tree-ish> [path...]

Expand Down
1 change: 1 addition & 0 deletions Documentation/git-bundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git-bundle - Move objects and refs by archive

SYNOPSIS
--------
[verse]
'git-bundle' create <file> [git-rev-list args]
'git-bundle' verify <file>
'git-bundle' list-heads <file> [refname...]
Expand Down
1 change: 1 addition & 0 deletions Documentation/git-fmt-merge-msg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git-fmt-merge-msg - Produce a merge commit message

SYNOPSIS
--------
[verse]
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD
git-fmt-merge-msg [--summary | --no-summray] -F <file>

Expand Down
1 change: 1 addition & 0 deletions Documentation/git-name-rev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git-name-rev - Find symbolic names for given revs

SYNOPSIS
--------
[verse]
'git-name-rev' [--tags] [--refs=<pattern>]
( --all | --stdin | <committish>... )

Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e448ff8

Please sign in to comment.