Include the fast-import marks table in crash reports
commit3b08e5b8c9130f57a38e51557dbb173b9edda5ba
authorShawn O. Pearce <spearce@spearce.org>
Thu, 14 Feb 2008 06:34:40 +0000 (14 01:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 08:47:07 +0000 (16 00:47 -0800)
tree7df8db9ba18bb4188fd4c33b74d591f8c76f6ca3
parentfbc63ea69487e688a1293227b976b378834550a1
Include the fast-import marks table in crash reports

If fast-import was not run with --export-marks but we are crashing
the frontend application developer may still benefit from having
that information available to them.  We now include the marks table
as part of the crash report if --export-marks was not supplied on
the command line.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c