revert: cleanup code for -x option
commit831244bd0df6871c618fc8becbb5c0f1fb8f5459
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 2 Jun 2010 05:58:34 +0000 (2 07:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 17:09:38 +0000 (2 10:09 -0700)
tree2aeba373c214b987ecc3e24dccad1e0f5a1ea645
parent81fa024cd8e336ba257f13fe7724b95baacfa3ad
revert: cleanup code for -x option

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>
builtin/revert.c