doc: fix hanging "+"-continuation
[gitweb.git] / git-rebase--interactive.sh
index 6f520d843e6dd4f7fc69b42407fae7f631bb307e..f7deeb096e24f4de69bdfe08f0aa35ebf170577a 100644 (file)
@@ -1029,9 +1029,12 @@ test -s "$todo" || echo noop >> "$todo"
 test -n "$autosquash" && rearrange_squash "$todo"
 test -n "$cmd" && add_exec_commands "$todo"
 
+todocount=$(git stripspace --strip-comments <"$todo" | wc -l)
+todocount=${todocount##* }
+
 cat >>"$todo" <<EOF
 
-$comment_char Rebase $shortrevisions onto $shortonto
+$comment_char Rebase $shortrevisions onto $shortonto ($todocount command(s))
 EOF
 append_todo_help
 git stripspace --comment-lines >>"$todo" <<\EOF