commit | 1ca72aef45191016e2108855607c9e03b8c93528 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Fri Mar 03 01:20:09 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Mar 03 11:27:27 2006 -0800 |
tree | 71cc37ab25ab43a394a8bb02f99e53ffbc188064 | |
parent | 7f60b228601becaa0bca2017521e1f27d5af70b1 [diff] |
contrib/git-svn: avoid re-reading the repository uuid, it never changes If it does change, we're screwed anyways as SVN will refuse to commit or update. We also never access more than one SVN repository per-invocation, so we can store it as a global, too. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>