commit | cdb51a13c3cf4830d499d1138160eacdd2b8aa46 | [log] [tgz] |
---|---|---|
author | Michael Olson <mwolson@gnu.org> | Mon Oct 10 16:27:37 2011 -0700 |
committer | Eric Wong <normalperson@yhbt.net> | Sun Oct 16 08:22:27 2011 +0000 |
tree | f00316d2566bfc45d40647ad058408b77695cc9b | |
parent | afd7f1eb0f4ceebcea2427e6e7f80d4dc32081ec [diff] |
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>