Code

revert: stop creating and removing sequencer-old directory
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 10 Dec 2011 13:06:12 +0000 (07:06 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 21:33:53 +0000 (13:33 -0800)
commitd596118d7a9b104db10e64b2680a30ea80f1439c
tree3362b6008ab76012b7038c69ff574513df4cebcb
parenta7eff1e027270062c4c08f11d63b4103f3d917fe
revert: stop creating and removing sequencer-old directory

Now that "git reset" no longer implicitly removes .git/sequencer that
the operator may or may not have wanted to keep, the logic to write a
backup copy of .git/sequencer and remove it when stale is not needed
any more.  Simplify the sequencer API and repository layout by
dropping it.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/revert.c
sequencer.c
sequencer.h