revert: cleanup code for -x option
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 2 Jun 2010 05:58:34 +0000 (07:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 17:09:38 +0000 (10:09 -0700)
There was some dead code and option -x appeared in the short
help message of git revert (when running "git revert -h")
which was wrong.

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