commit | 88961ef2589433044365213fab98de081a1ce70f | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Sat Jun 02 03:27:42 2007 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jun 02 12:48:07 2007 -0700 |
tree | 48570402a349b983f6d57ec480008056caeda622 | |
parent | 70c7ac22de681a83621bda03e676348170c8d8a2 [diff] |
Add basic test-script for git-submodule This test tries to verify basic sanity of git-submodule, i.e. that it is able to clone and update a submodule repository, that its status output is sane, and that it barfs when the submodule path is occupied during init. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>