git-archimport.1: specify what kind of Arch we're talking about
Is it a CPU architecture? Is it Arch Linux? If you search for "arch repository", nothing relevant comes up. Let's call it GNU Arch so people can find it with search engines. Signed-off-by: Frederick Eaton <frederik@ofb.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Frederick Eaton committed
Sep 19, 2018 at 13:12 UTC
c2632796aa9b042cd6e8c5bbe27c258436dba463
1 file changed
+3
-2
Documentation/git-archimport.txt
+3
-2
@@ -3,7 +3,7 @@ git-archimport(1)
3
4
NAME
5
----
6
-git-archimport - Import an Arch repository into Git
6
+git-archimport - Import a GNU Arch repository into Git
7
8
9
SYNOPSIS
@@ -14,7 +14,8 @@ SYNOPSIS
14
15
DESCRIPTION
16
-----------
17
-Imports a project from one or more Arch repositories. It will follow branches
17
+Imports a project from one or more GNU Arch repositories.
18
+It will follow branches
19
and repositories within the namespaces defined by the <archive/branch>
20
parameters supplied. If it cannot find the remote branch a merge comes from
21
it will just import it as a regular commit. If it can find it, it will mark it