Sync with 2.8.3
[gitweb.git] / git-rebase--interactive.sh
index 655ebaa4717fe6e43b4b16a69e5eb282140edd6d..1c6dfb6d5618f43eaac1c279332d33e6a913c2d9 100644 (file)
@@ -549,7 +549,8 @@ do_next () {
 
                mark_action_done
                do_pick $sha1 "$rest"
-               warn "Stopped at $sha1... $rest"
+               sha1_abbrev=$(git rev-parse --short $sha1)
+               warn "Stopped at $sha1_abbrev... $rest"
                exit_with_patch $sha1 0
                ;;
        squash|s|fixup|f)