doc: split placeholders as individual tokens
The placeholders represent atoms of tokens and must not be aggregates. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b7bf32b0c5
commit
06ebae09f5
@ -9,14 +9,14 @@ git-archimport - Import a GNU Arch repository into Git
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
|
'git archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D <depth>] [-t <tempdir>]
|
||||||
<archive/branch>[:<git-branch>] ...
|
<archive>/<branch>[:<git-branch>]...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Imports a project from one or more GNU Arch repositories.
|
Imports a project from one or more GNU Arch repositories.
|
||||||
It will follow branches
|
It will follow branches
|
||||||
and repositories within the namespaces defined by the <archive/branch>
|
and repositories within the namespaces defined by the <archive>/<branch>
|
||||||
parameters supplied. If it cannot find the remote branch a merge comes from
|
parameters supplied. If it cannot find the remote branch a merge comes from
|
||||||
it will just import it as a regular commit. If it can find it, it will mark it
|
it will just import it as a regular commit. If it can find it, it will mark it
|
||||||
as a merge whenever possible (see discussion below).
|
as a merge whenever possible (see discussion below).
|
||||||
@ -27,7 +27,7 @@ import new branches within the provided roots.
|
|||||||
|
|
||||||
It expects to be dealing with one project only. If it sees
|
It expects to be dealing with one project only. If it sees
|
||||||
branches that have different roots, it will refuse to run. In that case,
|
branches that have different roots, it will refuse to run. In that case,
|
||||||
edit your <archive/branch> parameters to define clearly the scope of the
|
edit your <archive>/<branch> parameters to define clearly the scope of the
|
||||||
import.
|
import.
|
||||||
|
|
||||||
'git archimport' uses `tla` extensively in the background to access the
|
'git archimport' uses `tla` extensively in the background to access the
|
||||||
@ -42,7 +42,7 @@ incremental imports.
|
|||||||
|
|
||||||
While 'git archimport' will try to create sensible branch names for the
|
While 'git archimport' will try to create sensible branch names for the
|
||||||
archives that it imports, it is also possible to specify Git branch names
|
archives that it imports, it is also possible to specify Git branch names
|
||||||
manually. To do so, write a Git branch name after each <archive/branch>
|
manually. To do so, write a Git branch name after each <archive>/<branch>
|
||||||
parameter, separated by a colon. This way, you can shorten the Arch
|
parameter, separated by a colon. This way, you can shorten the Arch
|
||||||
branch names and convert Arch jargon to Git jargon, for example mapping a
|
branch names and convert Arch jargon to Git jargon, for example mapping a
|
||||||
"PROJECT{litdd}devo{litdd}VERSION" branch to "master".
|
"PROJECT{litdd}devo{litdd}VERSION" branch to "master".
|
||||||
@ -104,8 +104,8 @@ OPTIONS
|
|||||||
Override the default tempdir.
|
Override the default tempdir.
|
||||||
|
|
||||||
|
|
||||||
<archive/branch>::
|
<archive>/<branch>::
|
||||||
Archive/branch identifier in a format that `tla log` understands.
|
<archive>/<branch> identifier in a format that `tla log` understands.
|
||||||
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
|
@ -361,7 +361,7 @@ These options can be used to modify 'git p4 submit' behavior.
|
|||||||
p4/master. See the "Sync options" section above for more
|
p4/master. See the "Sync options" section above for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
--commit <sha1>|<sha1..sha1>::
|
--commit (<sha1>|<sha1>..<sha1>)::
|
||||||
Submit only the specified commit or range of commits, instead of the full
|
Submit only the specified commit or range of commits, instead of the full
|
||||||
list of changes that are in the current Git branch.
|
list of changes that are in the current Git branch.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ git-web--browse - Git helper script to launch a web browser
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git web{litdd}browse' [<options>] <url|file>...
|
'git web{litdd}browse' [<options>] (<URL>|<file>)...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user