On Sat, Aug 04, 2007 at 08:03:42AM -0400, Jeff King wrote: > On Sat, Aug 04, 2007 at 01:53:31PM +0200, Erik Colson wrote: > > > Thanks for the very fast answer. I'm currently trying it out. However > > I can't figure out how to view the 'changed but not updated' in diff > > format... > > git-diff ? > > By default, it will show the changes between your working tree and the > index (i.e., changed but not updated). You can show the diff of "updated > but not commited" with "git-diff --cached". Peff, yep that is the info I would like to browse in a way git-gui does it... showing a list of the files in the diff, and letting the user select a file to show the part of the diff for that file. -- Erik - 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