]> asedeno.scripts.mit.edu Git - git.git/commit
mktree: do not barf on a submodule commit
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 17:45:52 +0000 (10:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 19:41:35 +0000 (12:41 -0700)
commitad87b5dd93f61a046236febf1becc78d0ad6452a
treea559c6bc401b8c80a74c48f7c4fc241ab211a6ee
parentfe0bb5f7bce3dbcc32325c74e693a726d0c2808b
mktree: do not barf on a submodule commit

It is perfectly normal if a tree entry points at a missing commit as long
as the mode of the entry says it is a submodule.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mktree.c