Revision 7c3fd25dcf2a23ed43bae2ba23a46edab4644a9f authored by Linus Torvalds on 16 January 2008, 00:12:33 UTC, committed by Junio C Hamano on 16 January 2008, 19:37:34 UTC
When creating the commit object, be a whole lot more careful about making
sure that the parent lines really are valid parent lines. Check things
like MERGE_HEAD having proper SHA1 lines in it, and double-check that all
the parents exist and are actually commits.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2862419
History
File Mode Size
xdiff.h -rw-r--r-- 2.9 KB
xdiffi.c -rw-r--r-- 14.4 KB
xdiffi.h -rw-r--r-- 1.8 KB
xemit.c -rw-r--r-- 5.1 KB
xemit.h -rw-r--r-- 1.1 KB
xinclude.h -rw-r--r-- 1.2 KB
xmacros.h -rw-r--r-- 1.9 KB
xmerge.c -rw-r--r-- 10.5 KB
xprepare.c -rw-r--r-- 10.7 KB
xprepare.h -rw-r--r-- 1.1 KB
xtypes.h -rw-r--r-- 1.6 KB
xutils.c -rw-r--r-- 7.5 KB
xutils.h -rw-r--r-- 1.7 KB

back to top