From: "Shawn O. Pearce" <spearce@spearce.org>
To: Robin Rosenberg <robin.rosenberg@dewire.com>
Cc: git@vger.kernel.org
Subject: Re: [JGIT PATCH 0/9] List commonly used (or recognized) commands
Date: Fri, 25 Jul 2008 14:52:11 -0500 [thread overview]
Message-ID: <20080725195211.GF21117@spearce.org> (raw)
In-Reply-To: <1217015167-4680-1-git-send-email-spearce@spearce.org>
"Shawn O. Pearce" <spearce@spearce.org> wrote:
> This series adds support to jgit to list commonly used subcommands
> if the user just executes `jgit` with no subcommand requested:
>
> $ jgit
> jgit --git-dir GIT_DIR --help (-h) --show-stack-trace command [ARG ...]
>
> The most commonly used commands are:
> fetch Update remote refs from another repository
> log View commit history
> push Update remote repository from local refs
> tag Create a tag
Scratch that. This series is busted if you install jgit and actually
try to use it. No subcommands get registered. I suspect it is due
to the shell script+ZIP file we have in the CLASSPATH confusing the
JRE and making it impossible to read correctly.
--
Shawn.
prev parent reply other threads:[~2008-07-25 19:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-25 19:45 [JGIT PATCH 0/9] List commonly used (or recognized) commands Shawn O. Pearce
2008-07-25 19:45 ` [JGIT PATCH 1/9] Switch jgit.pgm to J2SE-1.5 execution environment Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 2/9] Remove unnecessary duplicate if (help) test inside TextBuiltin Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 3/9] Create an optional documentation annotation for TextBuiltin Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 4/9] Create a lightweight registration wrapper " Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 5/9] Create a catalog of CommandRefs for lookup and enumeration Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 6/9] Document some common commands with the new Command annotation Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 7/9] Include commonly used commands in main help output Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 8/9] Refactor SubcommandHandler to use CommandCatalog instead of reflection Shawn O. Pearce
2008-07-25 19:46 ` [JGIT PATCH 9/9] Add debug-show-commands to display the command table Shawn O. Pearce
2008-07-25 20:02 ` [JGIT PATCH 5/9 v2] Create a catalog of CommandRefs for lookup and enumeration Shawn O. Pearce
2008-07-25 19:52 ` Shawn O. Pearce [this message]
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=20080725195211.GF21117@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=robin.rosenberg@dewire.com \
/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).