1git-archimport(1) 2================= 3 4NAME 5---- 6git-archimport - Import an arch repository into git 7 8 9SYNOPSIS 10-------- 11`git-archimport` [--option...] <args> 12 13DESCRIPTION 14----------- 15The script expects you to provide the key roots where it can start the 16import from an 'initial import' or 'tag' type of Arch commit. It will 17then follow all the branching and tagging within the provided roots. 18 19It will die if it sees branches that have different roots. 20 21 22OPTIONS 23------- 24--option:: 25 Some option not yet documented. 26 27<args>...:: 28 Some argument not yet documented. 29 30 31Author 32------ 33Written by Martin Langhoff <martin@catalyst.net.nz>. 34 35Documentation 36-------------- 37Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 38 39GIT 40--- 41Part of the link:git.html[git] suite 42