diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-11-04 14:58:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-04 14:58:16 -0800 |
commit | ea065926b3fc78498ace9c6b1a5e4c6bdfe95e50 (patch) | |
tree | 8538e5530f34f0b119b003096a8023f493eacaca /Documentation/git-unpack-objects.txt | |
parent | Merge branch 'jk/duplicate-objects-in-packs' (diff) | |
parent | Documentation: "pack-file" is not literal in unpack-objects (diff) | |
download | tgif-ea065926b3fc78498ace9c6b1a5e4c6bdfe95e50.tar.xz |
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
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
-rw-r--r-- | Documentation/git-unpack-objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index ff23494e70..12cb108b85 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -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 |