Skip to content

Commit a5c500b

Browse files
martin@catalyst.net.nzJunio C Hamano
authored andcommitted
[PATCH] archimport documentation tidyup
New "merges" headline, clarified some parts that were not easy to understand. Signed-off-by: Martin Langhoff <martin@catalyst.net.nz> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a4c5f9a commit a5c500b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/git-archimport.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-archimport(1)
33

44
NAME
55
----
6-
git-archimport - Import an arch repository into git
6+
git-archimport - Import an Arch repository into GIT
77

88

99
SYNOPSIS
@@ -16,8 +16,8 @@ DESCRIPTION
1616
Imports a project from one or more Arch repositories. It will follow branches
1717
and repositories within the namespaces defined by the <archive/branch>
1818
parameters suppplied. If it cannot find the remote branch a merge comes from
19-
it will just import it as a regular merge. If it can find it, it will perform
20-
a merge whenever possible.
19+
it will just import it as a regular commit. If it can find it, it will mark it
20+
as a merge whenever possible (see discussion below).
2121

2222
The script expects you to provide the key roots where it can start the import
2323
from an 'initial import' or 'tag' type of Arch commit. It will follow and import
@@ -34,8 +34,9 @@ know about the repositories you pass to `git-archimport`.
3434
For the initial import `git-archimport` expects to find itself in an empty
3535
directory. To follow the development of a project that uses Arch, rerun
3636
`git-archimport` with the same parameters as the initial import to perform incremental imports.
37-
of a project using Arch.
3837

38+
MERGES
39+
------
3940
Patch merge data from Arch is used to mark merges in GIT as well. GIT
4041
does not care much about tracking patches, and only considers a merge when a
4142
branch incorporates all the commits since the point they forked. The end result

0 commit comments

Comments
 (0)