author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 25 Aug 2006 20:03:04 +0000 (16:03 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 14 Jan 2007 07:15:07 +0000 (02:15 -0500) | ||
commit | a6a1a831d9bdcdc0adb9a23ce450db08779c2871 | |
tree | c3a69c9fb8d794895a5205d3080be243ed681ba7 | tree | snapshot |
parent | 8435a9cb2662ca4326e96ea78d58b9376fb21f7e | commit | diff |
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>
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 | diff | blob | history |