Code

git-submodule: clone during update, not during init
[git.git] / Documentation / git-archive.txt
index 8d1041598e566a3ffc87cbe294c7800be1ab0c60..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...]
 
@@ -33,9 +34,12 @@ OPTIONS
        Format of the resulting archive: 'tar', 'zip'...  The default
        is 'tar'.
 
---list::
+--list, -l::
        Show all available formats.
 
+--verbose, -v::
+       Report progress to stderr.
+
 --prefix=<prefix>/::
        Prepend <prefix>/ to each filename in the archive.