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 - 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