Code

git-submodule: clone during update, not during init
[git.git] / Documentation / git-archive.txt
index 59dfabed23696fda20d036305c98d213de2b8b9c..721e0351c3b7b50cfeadaa64af4a9e8cd5be27d5 100644 (file)
@@ -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...]
 
@@ -30,7 +31,8 @@ OPTIONS
 -------
 
 --format=<fmt>::
-       Format of the resulting archive: 'tar', 'zip'...
+       Format of the resulting archive: 'tar', 'zip'...  The default
+       is 'tar'.
 
 --list, -l::
        Show all available formats.