Code

Merge branch 'rs/work-around-grep-opt-insanity' into maint
[git.git] / git-rebase--interactive.sh
index 6268e76bd922af99088c3ed840876f0ea186df55..3853b513b55820d316db436373742af5bb26e6b7 100755 (executable)
@@ -408,7 +408,12 @@ do_next () {
                ;;
        *)
                warn "Unknown command: $command $sha1 $rest"
-               die_with_patch $sha1 "Please fix this in the file $TODO."
+               if git rev-parse --verify -q "$sha1" >/dev/null
+               then
+                       die_with_patch $sha1 "Please fix this in the file $TODO."
+               else
+                       die "Please fix this in the file $TODO."
+               fi
                ;;
        esac
        test -s "$TODO" && return