git-rebase--interactive: clarify arguments
commitf431d73d9c9a4ee16df2f7ef66abe518c77c73d6
authorStefan Beller <stefanbeller@gmail.com>
Wed, 25 Apr 2018 12:28:45 +0000 (25 14:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2018 03:28:42 +0000 (26 12:28 +0900)
treeb1229e80a463bfce293dfcee6349854dd9c22a06
parentcb5206eab196544a3b271afdff9865c103e6dbce
git-rebase--interactive: clarify arguments

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>
git-rebase--interactive.sh