Thread (37 messages) flat view 37 messages, 8 authors, 2016-06-15

Re: Git rescue mission

From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:42:53

Theodore Tso [off-list ref] wrote:
On Thu, Feb 08, 2007 at 05:10:23PM -0500, Shawn O. Pearce wrote:
quoted
	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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help