summaryrefslogtreecommitdiff
path: root/vcs-svn/fast_export.c
diff options
context:
space:
mode:
authorDavid Barr <davidbarr@google.com>2012-05-31 14:41:27 (GMT)
committerJonathan Nieder <jrnieder@gmail.com>2012-07-06 04:26:52 (GMT)
commitd8d8708bd6a56818ee3a85007e36a8ff201f9512 (patch)
treefe59fee35148e9ff28e3d6f3eab6d948aacce31e /vcs-svn/fast_export.c
parent4a1613194af218afb99be0e14af449e86852d06e (diff)
downloadgit-d8d8708bd6a56818ee3a85007e36a8ff201f9512.zip
git-d8d8708bd6a56818ee3a85007e36a8ff201f9512.tar.gz
git-d8d8708bd6a56818ee3a85007e36a8ff201f9512.tar.bz2
vcs-svn: use constcmp instead of prefixcmp
Since the length of t is already known, we can simplify a little by using memcmp() instead of strncmp() to carry out a prefix comparison. All nearby code already does this. Noticed in the standalone svn-dump-fast-export project which has not needed to implement prefixcmp() yet. Signed-off-by: David Barr <davidbarr@google.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'vcs-svn/fast_export.c')
0 files changed, 0 insertions, 0 deletions