git-rebase--interactive: clarify arguments
authorStefan Beller <stefanbeller@gmail.com>
Sun, 11 Feb 2018 00:10:13 +0000 (01:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2018 22:43:36 +0000 (14:43 -0800)
Up to now each command took a commit as its first argument and ignored
the rest of the line (usually the subject of the commit)

Now that we are about to introduce commands that take different
arguments, clarify each command by giving the argument list.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found