Is there any tool or code that can basically compare multiple previous versions of the same file and give kind of a "combined" diff with perhaps color coding representing each revision?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There are many:
Choose the one you prefer |
|||||
|
|
Visual Studio/TFS can do this via the 'Annotate' function. Otherwise it would depend on your toolset. |
|||
|
|
|
You may use |
|||
|
|



difdefutility (github.com/Quuxplusone/difdef). I'd like to see the existing answers updated as to whether they support N>3 versions, or if people are just naming graphical diff tools at random based on the assumption that you don't already know about diff/kdiff3/opendiff/filemerge. – Quuxplusone Oct 5 '12 at 20:24