X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-archimport.txt;h=023d3ae7b96b4cd422fc47458f77921ed62dbd27;hb=e1de1f67f401939a4ae76c14449db7f12c97e494;hp=a2bd788f379d7d7bec542d3c7538f02934bec844;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/git-archimport.txt b/git-archimport.txt index a2bd788f..023d3ae7 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).