Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > The other example is doing things like "git log -p drivers/char", where > you don't ask for the log of a single file, but a general file pattern, > and get (still atomic!) commits as the result. I've seen you pointing this kind of examples many times, but is that really different from what even SVN does? "svn log drivers/char" will also list atomic commits, and give me a filtered view of the global log. So, yes, that's cool, but I don't see a real difference between git and almost anything else (except CVS which really got this wrong, no big surprise). -- Matthieu - 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