From: Karl Hasselström Date: Mon, 21 May 2007 20:58:38 +0000 (+0100) Subject: Add --binary flag to commands that generate diffs X-Git-Tag: v0.14.3~238 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/0f92637c75d03080d43a9b8a95527660d61d67a5?hp=0f92637c75d03080d43a9b8a95527660d61d67a5 Add --binary flag to commands that generate diffs This just passes the --binary option to git-diff-*, which causes the generated diffs to contain an applyable diff even when binary files differ. It's necessary to do this if you want to mail patches to binary files. Signed-off-by: Karl Hasselström ---