On Thu, Oct 4, 2012 at 4:38 PM, Romain Vimont (®om) <[email protected]> wrote: > Great ! > Thank you for your answer ;-) > > It does not seem to work with git diff: > git diff --cache #missing d > git diff --cumulativ #missing e
This is because git-diff doesn't yet use the parse-options API, but instead does ad-hoc parsing. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

