git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel Cheng (aka SDiZ)" <j16sdiz+freenet@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>,
	Robin Rosenberg <robin.rosenberg@dewire.com>
Cc: git@vger.kernel.org, "Daniel Cheng (aka SDiZ)" <git@sdiz.net>
Subject: [PATCH EGIT 2/2] Enable "jgit show-ref"
Date: Fri,  1 May 2009 18:36:12 +0800	[thread overview]
Message-ID: <1241174172-19581-2-git-send-email-git@sdiz.net> (raw)
In-Reply-To: <1241174172-19581-1-git-send-email-git@sdiz.net>


Signed-off-by: Daniel Cheng (aka SDiZ) <git@sdiz.net>
---
org.spearce.jgit.pgm.ShowRef exists, but never enabled.
this patch enable this command


 .../services/org.spearce.jgit.pgm.TextBuiltin      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin b/org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
index 7e24516..3a8cc09 100644
--- a/org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
+++ b/org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
@@ -16,6 +16,7 @@ org.spearce.jgit.pgm.RevList
 org.spearce.jgit.pgm.RevParse
 org.spearce.jgit.pgm.Rm
 org.spearce.jgit.pgm.ShowRev
+org.spearce.jgit.pgm.ShowRef
 org.spearce.jgit.pgm.Tag
 org.spearce.jgit.pgm.UploadPack
 org.spearce.jgit.pgm.Version
-- 
1.6.2.1

  reply	other threads:[~2009-05-01 10:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-01 10:36 [PATCH EGIT 1/2] Implement "jgit rev-parse" Daniel Cheng (aka SDiZ)
2009-05-01 10:36 ` Daniel Cheng (aka SDiZ) [this message]
2009-05-01 15:14 ` Shawn O. Pearce

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=1241174172-19581-2-git-send-email-git@sdiz.net \
    --to=j16sdiz+freenet@gmail.com \
    --cc=git@sdiz.net \
    --cc=git@vger.kernel.org \
    --cc=robin.rosenberg@dewire.com \
    --cc=spearce@spearce.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).