diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-03-04 02:53:05 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-06 12:25:33 -0800 |
commit | 2185d3b7ad2ccdfe220d5c4139ff671a66fe7d80 (patch) | |
tree | 770668f836518b7657066ee5ed50b5718c7a9acd /base85.c | |
parent | rebase-interactive: suppress whitespace preceding item count (diff) | |
download | tgif-2185d3b7ad2ccdfe220d5c4139ff671a66fe7d80.tar.xz |
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 <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'base85.c')
0 files changed, 0 insertions, 0 deletions