On Fri, 30 Nov 2007, Jeff King wrote: > > On Fri, Nov 30, 2007 at 04:28:21PM +0100, Santi Béjar wrote: > > > But I am not opposed to having some "git foo" form for gitk. > > > > In mercurial "hg view" is actually an old version of gitk modified for hg. > > > > And as "git view" it could be added to the "git help" list. > > Unfortunately, there is already a "gitview" program similar to gitk, > although it never made it out of contrib/. Well, different people will want different viewers *anyway* (ie some will prefer qgit etc), so how about making "git view" be something that literally acts as a built-in alias that just defaults to running gitk (if for no other reason than the fact that gitk is the one that ships with git, and simply has most users). There's a few other things that I think we could consider to be good built-in aliases: things like "git cat" being an alias for "git -p cat-file -p" etc. The only difference between a "built-in alias" and a "built-in command" would be: - the alias has never even had the "git-xyz" format, and never will - the alias can be overridden by user aliases unlike "real" git commands Hmm? That way we can hide away gitk too (although I do suspect that we might as well just leave gitk in the path - it's different in naming from all the git-xyz commands anyway) Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html