vcs-svn: Learn to check for SVN\0 magic
commitc2e032a21d23e1a6e4b4dfa5ca5b0f5e891a07e6
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 11 Oct 2010 02:58:00 +0000 (10 21:58 -0500)
committerDavid Barr <david.barr@cordelta.com>
Sat, 23 Oct 2010 01:25:25 +0000 (23 12:25 +1100)
treed4e8a450416020d3e19e214f5aa97238a7c9e2ad
parent73da72ec9478660422e7f018a9e87f653c2b7b4f
vcs-svn: Learn to check for SVN\0 magic

The magic number of svn deltas is SVN followed by a null byte.
An alternative format (with compressed text) uses magic number SVN\1,
but that is deprecated in favor of compressing the deltas as a whole
as far as I can tell.

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