aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-index-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-18 21:50:56 -0700
committerJunio C Hamano <junkio@cox.net>2007-05-18 21:50:56 -0700
commit404fdef22f1084141aeef5781d5a322554fed481 (patch)
treeabfce65899ec3856f636d9ff5465a8d962296398 /Documentation/git-index-pack.txt
parent2ff3f61ab6125edc53e4da8065b787bd10d0fdbb (diff)
parent97925fde00743e557fa5e792004483a27e31fbd8 (diff)
downloadgit-404fdef22f1084141aeef5781d5a322554fed481.tar.gz
Merge branch 'maint'
* maint: Documentation: Reformatted SYNOPSIS for several commands Documentation: Added [verse] to SYNOPSIS where necessary
Diffstat (limited to 'Documentation/git-index-pack.txt')
-rw-r--r--Documentation/git-index-pack.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt
index b7a49b9f58..226926964e 100644
--- 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
--------
+[verse]
'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