vcs-svn: use strchr to find RFC822 delimiter
commitf1602054e3a45e195edf814681e8f5ba88851623
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)
tree52c703e43b3f6cca29cc5586c54d38d0ff759318
parent90c0a3cfe390208c86144bf97ec8fa5610febe0f
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>
vcs-svn/svndump.c