Documentation: use preferred name for the 'todo list' script

Use "todo list" instead of "instruction list" or "todo-list" to reduce further confusion regarding the name of this script. Signed-off-by: Liam Beguin <liambeguin@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Liam Beguin committed Dec 3, 2017 at 17:17 UTC f3b633dad4cc54c7cdaa007e97d00b2c935c9a90
1 file changed +2 -2
Documentation/rebase-config.txt
+2 -2
@@ -23,10 +23,10 @@ rebase.missingCommitsCheck::
23 --edit-todo' can then be used to correct the error. If set to
24 "ignore", no checking is done.
25 To drop a commit without warning or error, use the `drop`
26 - command in the todo-list.
26 + command in the todo list.
27 Defaults to "ignore".
28
29 rebase.instructionFormat::
30 A format string, as specified in linkgit:git-log[1], to be used for the
31 - instruction list during an interactive rebase. The format will
31 + todo list during an interactive rebase. The format will
32 automatically have the long commit hash prepended to the format.