From: Nicolas Pitre <hidden> Date: 2016-06-15 22:42:23
On Wed, 5 Apr 2006, Junio C Hamano wrote:
It _might_ make sense to adopt a well-defined binary patch
format (or if there is no prior art, introduce our own) and
support that format with both git-diff-* brothers and git-apply,
but that would be a bit longer term project.
What about simply using diff-delta and encoding its output with base64?
Nicolas