Making binary diffs
From: Geoff Russell <hidden>
Date: 2016-06-15 22:43:19
Hi, "git format-patch" generates binary diffs for binary files (e.g pdfs) in its patches, but "git diff -p" just tells me that a binary file is different and doesn't generate the actual diff. Is there some switch I'm missing to tell "git diff" to generate a binary diff on binary files? Cheers, Geoff Russell