summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4c5f9a)
raw | patch | inline | side by side (parent: a4c5f9a)
author | martin@catalyst.net.nz <martin@catalyst.net.nz> | |
Sun, 11 Sep 2005 09:26:05 +0000 (21:26 +1200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 11 Sep 2005 17:51:51 +0000 (10:51 -0700) |
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>
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-archimport.txt | patch | blob | history |
index b1348351ef302db30339c8f38d175236e4e58242..fa0779b39e3bbceddeda348d1f155bb7cebe4ad3 100644 (file)
NAME
----
-git-archimport - Import an arch repository into git
+git-archimport - Import an Arch repository into GIT
SYNOPSIS
Imports a project from one or more Arch repositories. It will follow branches
and repositories within the namespaces defined by the <archive/branch>
parameters suppplied. If it cannot find the remote branch a merge comes from
-it will just import it as a regular merge. If it can find it, it will perform
-a merge whenever possible.
+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).
The script expects you to provide the key roots where it can start the import
from an 'initial import' or 'tag' type of Arch commit. It will follow and import
For the initial import `git-archimport` expects to find itself in an empty
directory. To follow the development of a project that uses Arch, rerun
`git-archimport` with the same parameters as the initial import to perform incremental imports.
-of a project using Arch.
+MERGES
+------
Patch merge data from Arch is used to mark merges in GIT as well. GIT
does not care much about tracking patches, and only considers a merge when a
branch incorporates all the commits since the point they forked. The end result