Merge branch 'vd/doc-unpack-objects'

* 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-04 14:58:15 -08:00
commit ea065926b3

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