Add to stg-mdiff the ability to pass options to underlying diff opts.
commit124f286cf22cc750c879a6e2c2cbd782c9037849
authorYann Dirson <yann.dirson@sagem.com>
Tue, 24 Jul 2007 18:57:41 +0000 (24 20:57 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 24 Jul 2007 22:48:57 +0000 (24 23:48 +0100)
tree14b6f1482d6e0d5949a1e22a2969e98d134d2fdb
parent67e5c1c662186cd78b193d87cecd1d3097b909da
Add to stg-mdiff the ability to pass options to underlying diff opts.

So we now have -O, similar to the existing option in stg diff, to pass
flags to git-diff when computing the 2 diffs to compare (-M, -C and -w
come to mind as being potentially useful here), and -o can be used to
tune the invocation of diff on those 2 diffs.

Note that -o is only there temporarily, and will disappear when a more
sophisticated process than plain diff will be used.

Signed-off-by: Yann Dirson <ydirson@altern.org>
contrib/stg-mdiff