How can I limit git log (or svn log) to revisions that regard one particular file?
Posted
by James A. Rosen
on Stack Overflow
See other posts from Stack Overflow
or by James A. Rosen
Published on 2008-12-08T20:21:27Z
Indexed on
2010/04/09
10:13 UTC
Read the original article
Hit count: 343
I'd like to see a series of diffs for a file. I'd settle for simply the log listing restricted to only those entries that modified the file.
© Stack Overflow or respective owner