smart-http: support shallow fetch/clone
[gitweb.git] / Documentation / git-unpack-objects.txt
index 36d1038056101a459a33e32b6729d75e03f127ce..12cb108b8561a6365192a65688d116901468decf 100644 (file)
@@ -8,7 +8,8 @@ git-unpack-objects - Unpack objects from a packed archive
 
 SYNOPSIS
 --------
-'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
+[verse]
+'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
 
 
 DESCRIPTION
@@ -43,15 +44,6 @@ OPTIONS
 --strict::
        Don't write objects with broken content or links.
 
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
--------------
-Documentation by Junio C Hamano
-
 GIT
 ---
 Part of the linkgit:git[1] suite