From a443c0672c985f32dfa692546a53f6dc16da457c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 2 Jan 2012 14:33:30 -0600 Subject: git rebase-under should remove the state file when it succeeds --- bin/git/git-rebase-under | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/git') diff --git a/bin/git/git-rebase-under b/bin/git/git-rebase-under index df665b9..7e9c562 100755 --- a/bin/git/git-rebase-under +++ b/bin/git/git-rebase-under @@ -51,3 +51,5 @@ DIE } git 'checkout', $branch; git 'rebase', $onto; + +$state_file->remove; -- cgit v1.2.3-54-g00ecf