We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5879477 commit dc8ca91Copy full SHA for dc8ca91
git-rebase.sh
@@ -84,6 +84,8 @@ keep_empty=
84
test "$(git config --bool rebase.autosquash)" = "true" && autosquash=t
85
86
read_basic_state () {
87
+ test -f "$state_dir/head-name" &&
88
+ test -f "$state_dir/onto" &&
89
head_name=$(cat "$state_dir"/head-name) &&
90
onto=$(cat "$state_dir"/onto) &&
91
# We always write to orig-head, but interactive rebase used to write to
0 commit comments