author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 10 Dec 2011 13:06:12 +0000 (07:06 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Dec 2011 21:33:53 +0000 (13:33 -0800) | ||
commit | d596118d7a9b104db10e64b2680a30ea80f1439c | |
tree | 3362b6008ab76012b7038c69ff574513df4cebcb | tree | snapshot |
parent | a7eff1e027270062c4c08f11d63b4103f3d917fe | commit | diff |
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>
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 | diff | blob | history | |
sequencer.c | diff | blob | history | |
sequencer.h | diff | blob | history |