diff options
author | 2013-11-07 14:37:35 -0800 | |
---|---|---|
committer | 2013-11-07 14:37:36 -0800 | |
commit | 5022b58e5832297f654230db89c0d0f92d8e3f1e (patch) | |
tree | 6647edbcfccc090573da074ec89a8c4d24e21e6e /Documentation | |
parent | Merge branch 'jk/subtree-install-fix' into maint (diff) | |
parent | Documentation: "pack-file" is not literal in unpack-objects (diff) | |
download | tgif-5022b58e5832297f654230db89c0d0f92d8e3f1e.tar.xz |
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
Diffstat (limited to 'Documentation')
-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 |