@@ -9,14 +9,14 @@ git-archimport - Import a GNU Arch repository into Git
99SYNOPSIS
1010--------
1111[verse]
12- 'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
13- <archive/ branch>[:<git-branch>] ...
12+ 'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D < depth> ] [-t < tempdir> ]
13+ <archive>/< branch>[:<git-branch>]...
1414
1515DESCRIPTION
1616-----------
1717Imports a project from one or more GNU Arch repositories.
1818It will follow branches
19- and repositories within the namespaces defined by the <archive/ branch>
19+ and repositories within the namespaces defined by the <archive>/< branch>
2020parameters supplied. If it cannot find the remote branch a merge comes from
2121it will just import it as a regular commit. If it can find it, it will mark it
2222as a merge whenever possible (see discussion below).
@@ -27,7 +27,7 @@ import new branches within the provided roots.
2727
2828It expects to be dealing with one project only. If it sees
2929branches that have different roots, it will refuse to run. In that case,
30- edit your <archive/ branch> parameters to define clearly the scope of the
30+ edit your <archive>/< branch> parameters to define clearly the scope of the
3131import.
3232
3333'git archimport' uses `tla` extensively in the background to access the
@@ -42,7 +42,7 @@ incremental imports.
4242
4343While 'git archimport' will try to create sensible branch names for the
4444archives that it imports, it is also possible to specify Git branch names
45- manually. To do so, write a Git branch name after each <archive/ branch>
45+ manually. To do so, write a Git branch name after each <archive>/< branch>
4646parameter, separated by a colon. This way, you can shorten the Arch
4747branch names and convert Arch jargon to Git jargon, for example mapping a
4848"PROJECT{litdd}devo{litdd}VERSION" branch to "master".
@@ -104,8 +104,8 @@ OPTIONS
104104 Override the default tempdir.
105105
106106
107- <archive/ branch>::
108- Archive/ branch identifier in a format that `tla log` understands.
107+ <archive>/< branch>::
108+ <archive>/< branch> identifier in a format that `tla log` understands.
109109
110110
111111GIT
0 commit comments