vcs-svn: Read instructions from deltas
commitd2de51b1627da222e36c4a8dbfd102183510f291
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 13 Oct 2010 09:38:01 +0000 (13 04:38 -0500)
committerDavid Barr <david.barr@cordelta.com>
Sat, 23 Oct 2010 01:25:25 +0000 (23 12:25 +1100)
tree221f6dd2e927da4478a3b0f5e0d2ac784c5671d7
parent6c3681761de7224ad5be831317152f88d4cfd1d4
vcs-svn: Read instructions from deltas

Buffer the instruction section upon encountering it for later
interpretation.

An alternative design would involve parsing the instructions
at this point and buffering them in some processed form.  Using
the unprocessed form is simpler.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
svndiff.c