]> git.ipfire.org Git - thirdparty/git.git/commit - git-archimport.perl
archimport: allow for old style branch and public tag names
authorMartin Langhoff <martin@catalyst.net.nz>
Thu, 17 Nov 2005 08:20:45 +0000 (21:20 +1300)
committerMartin Langhoff <martin@catalyst.net.nz>
Thu, 17 Nov 2005 08:20:45 +0000 (21:20 +1300)
commitfee3365fe13f36fdd432b1ede9980062cf744663
treea17c1f442587b9c7d68b4f7e08c5f6786599c61e
parent22ff00fc8bde65414653ed139fd13d90f00fe662
archimport: allow for old style branch and public tag names

This patch adds the -o switch, which lets old trees tracked by
git-archmirror continue working with their old branch and tag names
to make life easier for people tracking your tree.

Private tags that are only used internally by git-archimport continue to be
new-style, and automatically converted upon first run.

[ ml: rebased to skip import overhaul ]

Signed-off-by:: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
git-archimport.perl