git-svn: do our best to ensure that our ref and rev_db are consistent
commit373274f978a48b62549f20059bff630d85533533
authorEric Wong <normalperson@yhbt.net>
Wed, 31 Jan 2007 21:54:23 +0000 (31 13:54 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (23 00:57 -0800)
tree8ba5935915638ae906ac4fa0b2ef279005f712cd
parentecc712ddc41999e5f082cb69406d30caa062c6b9
git-svn: do our best to ensure that our ref and rev_db are consistent

Defer any signals that cause termination while they are
updating; and put the update-ref call as close to the rename()
as possible.  Also, make things extra-safe (but slower) for
people using --no-metadata since they can't rely on .rev_db
being rebuilt if it's clobbered (well, I'm calling update-ref
with the -m flag for reflogs, we don't yet have a way to rebuild
.rev_db from reflogs.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl