All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathon Mah <me@JonathonMah.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: [PATCH 2/2] Documentation: fix git-prune example usage
Date: Thu, 18 Jul 2013 00:12:35 -0700	[thread overview]
Message-ID: <E676323F-CEDD-4072-B4FF-737143354401@JonathonMah.com> (raw)
In-Reply-To: <19D1767A-4C36-4A89-A9BB-9FED33289CD9@JonathonMah.com>

---
 Documentation/git-prune.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 80d01b0..bf82410 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
-- 
1.8.3.3.754.g9c3c367



Jonathon Mah
me@JonathonMah.com

  reply	other threads:[~2013-07-18  7:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18  7:11 [PATCH 1/2] Documentation: remove --prune from pack-refs examples Jonathon Mah
2013-07-18  7:12 ` Jonathon Mah [this message]
2013-07-18 17:55   ` [PATCH 2/2] Documentation: fix git-prune example usage Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E676323F-CEDD-4072-B4FF-737143354401@JonathonMah.com \
    --to=me@jonathonmah.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.