git difftool, open all diff files immediately, not in serial
Posted
by Seba Illingworth
on Stack Overflow
See other posts from Stack Overflow
or by Seba Illingworth
Published on 2009-08-03T00:52:51Z
Indexed on
2010/04/30
17:07 UTC
Read the original article
Hit count: 413
The default git diff behavior is to open each diff file in serial (wait for previous file to be closed before opening next file).
I'm looking for a way to open all the files at once - in BeyondCompare for example this would open all the files in tabs within the same BC window.
This would make it easier to review a complex set of changes; flick back and forwards between the diff files and ignore unimportant files.
© Stack Overflow or respective owner