commit | 52586ecb16f2158de29daabb0ed72b094ca8d5cc | [log] [tgz] |
---|---|---|
author | Martin Langhoff <martin@catalyst.net.nz> | Sun Sep 04 22:55:29 2005 +1200 |
committer | Junio C Hamano <junkio@cox.net> | Sun Sep 04 10:28:43 2005 -0700 |
tree | 2fbf032d246a8f6ae02a674efd8f78e108ac2f30 | |
parent | 3292ae4794012994560816e6111d27c809f5e86a [diff] |
[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>