Skip to content

Commit f3b633d

Browse files
liambeguingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 946a9f2 commit f3b633d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rebase-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ rebase.missingCommitsCheck::
2323
--edit-todo' can then be used to correct the error. If set to
2424
"ignore", no checking is done.
2525
To drop a commit without warning or error, use the `drop`
26-
command in the todo-list.
26+
command in the todo list.
2727
Defaults to "ignore".
2828

2929
rebase.instructionFormat::
3030
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
3232
automatically have the long commit hash prepended to the format.

0 commit comments

Comments
 (0)