[PATCH] archimport autodetects import status, supports incremental imports
authorMartin Langhoff <martin@catalyst.net.nz>
Sun, 4 Sep 2005 10:55:06 +0000 (22:55 +1200)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 17:28:43 +0000 (10:28 -0700)
If there is no GIT directory, archimport will assume it is an initial import.

It now also supports incremental imports, skipping "seen" commits. You can
now run it repeatedly to pull new commits from the Arch repository.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found