summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-debrebase b/git-debrebase
index 5913aa3..70808da 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -795,7 +795,10 @@ sub walk ($;$$) {
return @r
}
-sub get_head () { return git_rev_parse qw(HEAD); }
+sub get_head () {
+ git_check_unmodified();
+ return git_rev_parse qw(HEAD);
+}
sub update_head ($$$) {
my ($old, $new, $mrest) = @_;
@@ -929,7 +932,6 @@ sub record_ffq_prev () {
}
sub cmd_new_upstream_v0 () {
- # tree should be clean and this is not checked
# automatically and unconditionally launders before rebasing
# if rebase --abort is used, laundering has still been done