]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-archimport.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-archimport.txt
1 git-archimport(1)
2 =================
3
4 NAME
5 ----
6 git-archimport - Import an arch repository into git
7
8
9 SYNOPSIS
10 --------
11 `git-archimport` [--option...] <args>
12
13 DESCRIPTION
14 -----------
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.
18
19 It will die if it sees branches that have different roots.
20
21
22 OPTIONS
23 -------
24 --option::
25 Some option not yet documented.
26
27 <args>...::
28 Some argument not yet documented.
29
30
31 Author
32 ------
33 Written by Martin Langhoff <martin@catalyst.net.nz>.
34
35 Documentation
36 --------------
37 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
38
39 GIT
40 ---
41 Part of the link:git.html[git] suite
42