X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-archimport.txt;h=5a13187a87e55b90ab0be8c32a8116200f492bbc;hb=bfe9e75ebe8d3a83be46406130c76d54f8b14289;hp=a2bd788f379d7d7bec542d3c7538f02934bec844;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/git-archimport.txt b/git-archimport.txt index a2bd788f..5a13187a 100644 --- a/git-archimport.txt +++ b/git-archimport.txt @@ -8,15 +8,15 @@ git-archimport - Import an Arch repository into git SYNOPSIS -------- -`git-archimport` [ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ] - [ -D depth ] [ -t tempdir ] - [ ] +[verse] +'git-archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir] + [ ] DESCRIPTION ----------- Imports a project from one or more Arch repositories. It will follow branches and repositories within the namespaces defined by the -parameters suppplied. 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 as a merge whenever possible (see discussion below).