git-svn: Allow certain refs to be ignored
commitcdb51a13c3cf4830d499d1138160eacdd2b8aa46
authorMichael Olson <mwolson@gnu.org>
Mon, 10 Oct 2011 23:27:37 +0000 (10 16:27 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 16 Oct 2011 08:22:27 +0000 (16 08:22 +0000)
treef00316d2566bfc45d40647ad058408b77695cc9b
parentafd7f1eb0f4ceebcea2427e6e7f80d4dc32081ec
git-svn: Allow certain refs to be ignored

Implement a new --ignore-refs option which specifies a regex of refs
to ignore while importing svn history.

This is a useful supplement to the --ignore-paths option, as that
option only operates on the contents of branches and tags, not the
branches and tags themselves.

Signed-off-by: Michael Olson <mwolson@gnu.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl