From: Johannes Sixt Date: Mon, 13 Nov 2006 13:50:00 +0000 (+0000) Subject: Catch errors when writing an index that contains invalid objects. X-Git-Tag: v1.4.4~1^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3d12d0cfbbda0feb6305d6c53f3cf9aae2330c4c?ds=sidebyside;hp=3d12d0cfbbda0feb6305d6c53f3cf9aae2330c4c Catch errors when writing an index that contains invalid objects. If git-write-index is called without --missing-ok, it reports invalid objects that it finds in the index. But without this patch it dies right away or may run into an infinite loop. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---