Re: Git rescue mission

From: Shawn O. Pearce <spearce@spearce.org>
Date: 2007-02-09 12:58:39
Theodore Tso <tytso@mit.edu> wrote:
> On Thu, Feb 08, 2007 at 05:10:23PM -0500, Shawn O. Pearce wrote:
> > 	git config alias.new "gitk --all --not ORIG_HEAD"
> > 
> > Would give you a new git subcommand:
> > 
> > 	git new
> > 
> > which shows all of the new stuff, on all branches, but doesn't show
> > your prior commit history.
> 
> Aliases don't seem to be working for me; I'm using git 1.5.0-rc4.  Am
> I doing something wrong?

Its not you.  The problem is 'gitk' is not an internal command,
nor is there a 'git-gitk'.  So we cannot execute it.  Instead we
are giving back a horrible error message.

Symlink git-gitk to gitk and it works.

Sorry about giving false hopes.  :-)

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Feb 09 13:02:52 2007

This archive was generated by hypermail 2.1.8 : 2007-02-09 13:04:57 EST