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:
authorJonathon Mah <me@JonathonMah.com>2013-07-18 20:53:55 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-19 03:23:51 +0400
commit8c3ca72623121684e39be085588b9ef7c6306caa (patch)
tree0dd186b5d0301a529f659dd5a5c76b99702ac1a8 /Documentation/git-prune.txt
parent4a81bfa1d97ed5d1952f5b94dd7eeedddc21d457 (diff)
Documentation: fix git-prune example usage
Signed-off-by: Jonathon Mah <me@JonathonMah.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r--Documentation/git-prune.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 80d01b0571..bf824108c1 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -59,7 +59,7 @@ borrows from your repository via its
`.git/objects/info/alternates`:
------------
-$ git prune $(cd ../another && $(git rev-parse --all))
+$ git prune $(cd ../another && git rev-parse --all)
------------
Notes