diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-11-07 14:37:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-07 14:37:36 -0800 |
commit | 5022b58e5832297f654230db89c0d0f92d8e3f1e (patch) | |
tree | 6647edbcfccc090573da074ec89a8c4d24e21e6e /Documentation | |
parent | 4ccf2f506c56358e63699e080fd21c6e7e14f981 (diff) | |
parent | 61e2e22f60e9d346382482b18f7db427108ee864 (diff) | |
download | git-5022b58e5832297f654230db89c0d0f92d8e3f1e.tar.gz |
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 |