replace: allow long option names
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 6 Sep 2013 05:10:58 +0000 (07:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Sep 2013 20:32:24 +0000 (13:32 -0700)
It is now standard practice in Git to have both short and long option
names. So let's give a long option name to the git replace options too.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found