Brad: According to man git-diff, you can use the "-p" option to get a patch-compatible unified diff instead of the git-specific diff.
man git-diff
patch
<code>
<blockcode>
More information about formatting options
Hi, I’m Steve Purcell - Sanity, Inc. is my one-man consultancy and software house. I’m on a mission to bring more software sanity into the world.
Brad: According to
man git-diff, you can use the "-p" option to get apatch-compatible unified diff instead of the git-specific diff.