From: Eric Sunshine Date: Wed, 4 Mar 2015 07:53:05 +0000 (-0500) Subject: rebase-interactive: re-word "item count" comment X-Git-Tag: v2.3.4~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2185d3b7ad2ccdfe220d5c4139ff671a66fe7d80;p=thirdparty%2Fgit.git rebase-interactive: re-word "item count" comment 97f05f43 (Show number of TODO items for interactive rebase, 2014-12-10) taught rebase-interactive to display an item count in the instruction list comments: # Rebase 46640c6..5568fd5 onto 46640c6 (4 TODO item(s)) # # Commands: # p, pick = use commit # ... However, with the exception of the --edit-todo option, "TODO" is a one-off term, never presented to the user by rebase-interactive in any other context. The item count is in fact the number of commands ("pick", "edit", etc.) remaining on the instruction sheet, and the comment immediately following it talks about "Commands". Consequently, replace "(# TODO item(s))" with the more accurate and meaningful "(# command(s))". Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 07512e4563..c5e117a17a 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -1036,7 +1036,7 @@ todocount=${todocount##* } cat >>"$todo" <>"$todo" <<\EOF