git-svn: remove check_path calls before calling do_update
commitd542aedb9424872474e896a6d20407745d4bd627
authorEric Wong <normalperson@yhbt.net>
Fri, 9 Feb 2007 10:19:41 +0000 (9 02:19 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (23 00:57 -0800)
treeaff0dc7a0d5e48c76f77b8e8f771be2c5b73d81b
parentb9dffd8cad737a07d6a05503318c6746ac593f9c
git-svn: remove check_path calls before calling do_update

These checks were needed before git-svn got smarter about
match_paths() and using path information returned by get_log().
We also have extra checking against fetching revisions
out-of-order these days; so we don't have to worry about that as
much.  We also check for tree deletions in match_paths() and
skip those as well.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl