When merging branches or reviewing all changes against a revision with git difftool
it might make sense to ask Launch '$difftool' [Y/n]:
before every invokation of the tool in order to make the long chain of invokations interruptible with SIGINT
. When a specific file is passed as argument it does not, AFAIK. How to suppress that question only in the latter case (because it makes sense to ask it the former)?
I'm using 2.1.0 on Ubuntu 14.10.
EDIT: After seeing Why does "git difftool" not open the tool directly? I modify the question in order to figure out how to deal with the fact that it makes sense to ask if there's more than one file to diff.