Uwe Kleine-Koenig wrote: > hello, > > when I run > > git log -p file.c > > I don't get the complete change a commit introduces but only how file.c > changed. This is kind of surprising for me, I had expected to get the > whole diff. git log --full-diff -p file.c (--full-diff seems to be undocumented) Regards Stephan - 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