6 git-archimport - Import an arch repository into git
11 `git-archimport` [--option...] <args>
15 The script expects you to provide the key roots where it can start the
16 import from an 'initial import' or 'tag' type of Arch commit. It will
17 then follow all the branching and tagging within the provided roots.
19 It will die if it sees branches that have different roots.
25 Some option not yet documented.
28 Some argument not yet documented.
33 Written by Martin Langhoff <martin@catalyst.net.nz>.
37 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
41 Part of the link:git.html[git] suite