Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-08 02:37:35 +0400
committerJunio C Hamano <gitster@pobox.com>2013-11-08 02:37:36 +0400
commit5022b58e5832297f654230db89c0d0f92d8e3f1e (patch)
tree6647edbcfccc090573da074ec89a8c4d24e21e6e /Documentation
parent4ccf2f506c56358e63699e080fd21c6e7e14f981 (diff)
parent61e2e22f60e9d346382482b18f7db427108ee864 (diff)
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.txt2
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