]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: avoid an extra svn_ra connection during commits
authorEric Wong <normalperson@yhbt.net>
Sat, 27 Jan 2007 09:32:00 +0000 (01:32 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (00:57 -0800)
commit6e8548cca888205a99773a18a73533b2b8dc651d
treea9bfbd936a1ac86eb633ffc4669337b9d22984fe
parentd3a840dc74d2098c31aac1b89093d847e1d33dd8
git-svn: avoid an extra svn_ra connection during commits

Before, we needed a separate svn_ra instance to run
our check_path calls once the editor was active; but
we can avoid that by running all the check_path calls
before our editor is active.

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