author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Feb 2007 07:42:44 +0000 (02:42 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Feb 2007 07:42:44 +0000 (02:42 -0500) | ||
commit | 820b9310127afe3533bb57034d6f458f5aed3e7e | |
tree | e579cc8fa4d21d43a6b0e20e798203231ab55aeb | tree | snapshot |
parent | c499d76849b09194434708376138952e2cac2e68 | commit | diff |
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>
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 | diff | blob | history | |
fast-import.c | diff | blob | history |