[PATCH] archimport: avoid committing on an Arch tag
authorMartin Langhoff <martin@catalyst.net.nz>
Sun, 4 Sep 2005 10:55:29 +0000 (22:55 +1200)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 17:28:43 +0000 (10:28 -0700)
commit52586ecb16f2158de29daabb0ed72b094ca8d5cc
tree2fbf032d246a8f6ae02a674efd8f78e108ac2f30
parent3292ae4794012994560816e6111d27c809f5e86a
[PATCH] archimport: avoid committing on an Arch tag

Arch tags are full commits (without any changed files) as well. Trust Arch
to have put an unchanged tree in place (which seems to do reliably), and
just add a tag & new branch. Speeds up Arch imports significantly, and leaves
history in a much saner state.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-archimport-script