File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed
Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ git-for-each-ref - Output information on each ref
77
88SYNOPSIS
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
1215DESCRIPTION
1316-----------
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ git-index-pack - Build pack index file for an existing packed archive
88
99SYNOPSIS
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
1517DESCRIPTION
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ git-instaweb - Instantly browse your working repository in gitweb
77
88SYNOPSIS
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
1415DESCRIPTION
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ git-local-fetch - Duplicate another git repository on a local system
88
99SYNOPSIS
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
1315DESCRIPTION
1416-----------
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ git-p4import - Import a Perforce repository into git
88
99SYNOPSIS
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
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ git-push - Update remote refs along with associated objects
88
99SYNOPSIS
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
1315DESCRIPTION
1416-----------
You can’t perform that action at this time.
0 commit comments