Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: Reformatted SYNOPSIS for several commands
author
Matthias Kestenholz
<matthias@spinlock.ch>
Fri, 18 May 2007 13:39:34 +0000
(15:39 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 19 May 2007 04:47:45 +0000
(21:47 -0700)
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-for-each-ref.txt
patch
|
blob
|
history
Documentation/git-index-pack.txt
patch
|
blob
|
history
Documentation/git-instaweb.txt
patch
|
blob
|
history
Documentation/git-local-fetch.txt
patch
|
blob
|
history
Documentation/git-p4import.txt
patch
|
blob
|
history
Documentation/git-push.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
e448ff8
)
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index f49b0d944c613a9d5f4a6c5b6713d5c556f0390e..6df8e8500450ad65a2de86e3daa0ab2f7692a2d2 100644
(file)
--- a/
Documentation/git-for-each-ref.txt
+++ b/
Documentation/git-for-each-ref.txt
@@
-7,7
+7,10
@@
git-for-each-ref - Output information on each ref
SYNOPSIS
--------
SYNOPSIS
--------
-'git-for-each-ref' [--count=<count>]\* [--shell|--perl|--python|--tcl] [--sort=<key>]\* [--format=<format>] [<pattern>]
+[verse]
+'git-for-each-ref' [--count=<count>]\*
+ [--shell|--perl|--python|--tcl]
+ [--sort=<key>]\* [--format=<format>] [<pattern>]
DESCRIPTION
-----------
DESCRIPTION
-----------
diff --git
a/Documentation/git-index-pack.txt
b/Documentation/git-index-pack.txt
index 2229ee86b72865c656112aae87b9593d199bc2b8..c498bed845e56eeca3fd520eeba7289261759183 100644
(file)
--- a/
Documentation/git-index-pack.txt
+++ b/
Documentation/git-index-pack.txt
@@
-8,8
+8,10
@@
git-index-pack - Build pack index file for an existing packed archive
SYNOPSIS
--------
SYNOPSIS
--------
+[verse]
'git-index-pack' [-v] [-o <index-file>] <pack-file>
'git-index-pack' [-v] [-o <index-file>] <pack-file>
-'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>] [<pack-file>]
+'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o <index-file>]
+ [<pack-file>]
DESCRIPTION
DESCRIPTION
diff --git
a/Documentation/git-instaweb.txt
b/Documentation/git-instaweb.txt
index 52a6aa6e82cda3fa0c606fd57c4ea67c4396a268..9df0ab2d76f6f024a138a84a7fd3c442342c1b88 100644
(file)
--- a/
Documentation/git-instaweb.txt
+++ b/
Documentation/git-instaweb.txt
@@
-7,8
+7,9
@@
git-instaweb - Instantly browse your working repository in gitweb
SYNOPSIS
--------
SYNOPSIS
--------
-'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
-
+[verse]
+'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>]
+ [--browser=<browser>]
'git-instaweb' [--start] [--stop] [--restart]
DESCRIPTION
'git-instaweb' [--start] [--stop] [--restart]
DESCRIPTION
diff --git
a/Documentation/git-local-fetch.txt
b/Documentation/git-local-fetch.txt
index dd9e2387fcca205b2ec80d7f6207ce84c53a7377..51389ef37da443c981f3bb5d46f819e90c3d2980 100644
(file)
--- a/
Documentation/git-local-fetch.txt
+++ b/
Documentation/git-local-fetch.txt
@@
-8,7
+8,9
@@
git-local-fetch - Duplicate another git repository on a local system
SYNOPSIS
--------
SYNOPSIS
--------
-'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
+[verse]
+'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n]
+ commit-id path
DESCRIPTION
-----------
DESCRIPTION
-----------
diff --git
a/Documentation/git-p4import.txt
b/Documentation/git-p4import.txt
index 6edb9f12b87e2bc24fb69c8615e1798bb813e14e..714abbe28ecfef592d0a7892dccbe88c8f66967c 100644
(file)
--- a/
Documentation/git-p4import.txt
+++ b/
Documentation/git-p4import.txt
@@
-8,10
+8,10
@@
git-p4import - Import a Perforce repository into git
SYNOPSIS
--------
SYNOPSIS
--------
-`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch>
-
+[verse]
+`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>]
+ <//p4repo/path> <branch>
`git-p4import` --stitch <//p4repo/path>
`git-p4import` --stitch <//p4repo/path>
-
`git-p4import`
`git-p4import`
diff --git
a/Documentation/git-push.txt
b/Documentation/git-push.txt
index f8cc2b5432b448dcf3686ecee68cba796064bbe4..e9ad10672a7f045f25937ca85caec548fcb4327f 100644
(file)
--- a/
Documentation/git-push.txt
+++ b/
Documentation/git-push.txt
@@
-8,7
+8,9
@@
git-push - Update remote refs along with associated objects
SYNOPSIS
--------
SYNOPSIS
--------
-'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
+[verse]
+'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>]
+ [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
DESCRIPTION
-----------
DESCRIPTION
-----------