Merge branch 'vd/doc-unpack-objects' into maint

The synopsis section of "git unpack-objects" documentation has been
clarified a bit.

* vd/doc-unpack-objects:
  Documentation: "pack-file" is not literal in unpack-objects
  Documentation: restore a space in unpack-objects usage
This commit is contained in:
Junio C Hamano 2013-11-07 14:37:35 -08:00
commit 5022b58e58

View file

@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
[verse]
'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
DESCRIPTION