Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > Single operation has its advantages: > > - one pager > - one stat and summary I buy these, and I understand why they apply to "git diff" and not GNU diff. > - might be easier to script (just throw them all to xargs) I don't see a use-case where a command produces old1 new1 old2 new2, but if there is one, then "| xargs -n 2 diff" is the solution. You don't need your patch. > - hell, i might even benefit from git copy/modify detection I don't see how, if you specify explicitely the pairs (old, new). You may have such benefit if you let the command-line express "here's a bunch of old files, and a bunch of new ones", but not with your proposed syntax. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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