[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)
commit3292ae4794012994560816e6111d27c809f5e86a
tree3eb0ef958add3445a13ebe0757faca3f57352014
parentce726ec8d80ccce4e4956a026d807cb02bdc6de9
[PATCH] archimport autodetects import status, supports incremental imports

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>
git-archimport-script