Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: fix git-prune example usage
author
Jonathon Mah
<me@JonathonMah.com>
Thu, 18 Jul 2013 16:53:55 +0000
(09:53 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 18 Jul 2013 23:23:51 +0000
(16:23 -0700)
Signed-off-by: Jonathon Mah <me@JonathonMah.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-prune.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4a81bfa
)
diff --git
a/Documentation/git-prune.txt
b/Documentation/git-prune.txt
index 80d01b05710e250a5f1d548fca3fba54d50e0f29..bf824108c116a34972d1dacf1e9fb77db097b2c5 100644
(file)
--- 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