Skip to content

Commit 97925fd

Browse files
matthiaskJunio C Hamano
authored andcommitted
Documentation: Reformatted SYNOPSIS for several commands
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e448ff8 commit 97925fd

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

Documentation/git-for-each-ref.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ git-for-each-ref - Output information on each ref
77

88
SYNOPSIS
99
--------
10-
'git-for-each-ref' [--count=<count>]\* [--shell|--perl|--python|--tcl] [--sort=<key>]\* [--format=<format>] [<pattern>]
10+
[verse]
11+
'git-for-each-ref' [--count=<count>]\*
12+
[--shell|--perl|--python|--tcl]
13+
[--sort=<key>]\* [--format=<format>] [<pattern>]
1114

1215
DESCRIPTION
1316
-----------

Documentation/git-index-pack.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ git-index-pack - Build pack index file for an existing packed archive
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git-index-pack' [-v] [-o <index-file>] <pack-file>
12-
'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>] [<pack-file>]
13+
'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>]
14+
[<pack-file>]
1315

1416

1517
DESCRIPTION

Documentation/git-instaweb.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ git-instaweb - Instantly browse your working repository in gitweb
77

88
SYNOPSIS
99
--------
10-
'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
11-
10+
[verse]
11+
'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>]
12+
[--browser=<browser>]
1213
'git-instaweb' [--start] [--stop] [--restart]
1314

1415
DESCRIPTION

Documentation/git-local-fetch.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ git-local-fetch - Duplicate another git repository on a local system
88

99
SYNOPSIS
1010
--------
11-
'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
11+
[verse]
12+
'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n]
13+
commit-id path
1214

1315
DESCRIPTION
1416
-----------

Documentation/git-p4import.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ git-p4import - Import a Perforce repository into git
88

99
SYNOPSIS
1010
--------
11-
`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch>
12-
11+
[verse]
12+
`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>]
13+
<//p4repo/path> <branch>
1314
`git-p4import` --stitch <//p4repo/path>
14-
1515
`git-p4import`
1616

1717

Documentation/git-push.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ git-push - Update remote refs along with associated objects
88

99
SYNOPSIS
1010
--------
11-
'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
11+
[verse]
12+
'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>]
13+
[--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
1214

1315
DESCRIPTION
1416
-----------

0 commit comments

Comments
 (0)