]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Dump all refs and marks during a checkpoint in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:42:44 +0000 (02:42 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:42:44 +0000 (02:42 -0500)
commit820b9310127afe3533bb57034d6f458f5aed3e7e
treee579cc8fa4d21d43a6b0e20e798203231ab55aeb
parentc499d76849b09194434708376138952e2cac2e68
Dump all refs and marks during a checkpoint in fast-import.

If the frontend asks us to checkpoint (via the explicit checkpoint
command) its probably because they are afraid the current import
will crash/fail/whatever and want to make sure they can pickup from
the last checkpoint.  To do that sort of recovery, we will need the
current tip of every branch and tag available at the next startup.

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