Added option to export the marks table when fast-import terminates.
commita6a1a831d9bdcdc0adb9a23ce450db08779c2871
authorShawn O. Pearce <spearce@spearce.org>
Fri, 25 Aug 2006 20:03:04 +0000 (25 16:03 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:07 +0000 (14 02:15 -0500)
treec3a69c9fb8d794895a5205d3080be243ed681ba7
parent8435a9cb2662ca4326e96ea78d58b9376fb21f7e
Added option to export the marks table when fast-import terminates.

The marks table can be used by the frontend to load any commit after
the import and compare it to whatever data the frontend knows about
that commit.  If the mark idnums can be easily correlated to some
reference source then its relatively trivial to compare the GIT
tree to the reference to verify the accuracy of the import.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c