vcs-svn: use strchr to find RFC822 delimiter
commitef13129b8573f62a1dd47bd3e616c05a0a332859
authorDavid Barr <david.barr@cordelta.com>
Tue, 14 Dec 2010 00:06:43 +0000 (14 11:06 +1100)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 22 Mar 2011 23:09:05 +0000 (22 18:09 -0500)
treebe869a0044b2387e053c414d0c9ac3a7cc861d5f
parent0b08e165d48a95d9e173b8ff9dd7b6d9aefbb45b
vcs-svn: use strchr to find RFC822 delimiter

This is a small optimisation (4% reduction in user time) but is the
largest artifact within the parsing portion of svndump.c

Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
svndump.c