]> git.ipfire.org Git - thirdparty/git.git/commit
Don't crash fast-import if the marks cannot be exported.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:46:35 +0000 (02:46 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:46:35 +0000 (02:46 -0500)
commit22c9f7e4c5b1d14868de413b70d26b9b0670078f
tree6516a475a635c9f90d1f6400fc2d487514b9a87f
parent820b9310127afe3533bb57034d6f458f5aed3e7e
Don't crash fast-import if the marks cannot be exported.

Apparently fast-import used to die a horrible death if we
were unable to open the marks file for output.  This is
slightly less than ideal, especially now that we dump
the marks as part of the `checkpoint` command.

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