Kalle Pokki <kalle.pokki@xxxxxx> wrote: > Perhaps gitk could (optionally) also show ORIG_HEAD. That way we could > just do > > gitk --all > > after a pull and see what got pulled, and everything else was already > there, too, if needed. 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. -- Shawn. - 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