summaryrefslogtreecommitdiffstats
path: root/bin/git
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-02 14:33:30 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-02 14:33:48 -0600
commita443c0672c985f32dfa692546a53f6dc16da457c (patch)
tree444fa14243fe6d7b10ed35e10f75d5f1449c8f10 /bin/git
parent9cba0f71eef95dc38fb20a0a01a96925c0b74d00 (diff)
downloadconf-a443c0672c985f32dfa692546a53f6dc16da457c.tar.gz
conf-a443c0672c985f32dfa692546a53f6dc16da457c.zip
git rebase-under should remove the state file when it succeeds
Diffstat (limited to 'bin/git')
-rwxr-xr-xbin/git/git-rebase-under2
1 files changed, 2 insertions, 0 deletions
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;