Rename rev-parse --abbrev to --short.
commit62a604ba1c8f1ebcb135039ab04c9ca6c96b67f4
authorJunio C Hamano <junkio@cox.net>
Fri, 27 Jan 2006 01:02:07 +0000 (26 17:02 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Jan 2006 08:09:39 +0000 (28 00:09 -0800)
tree4eddfdcf86cd7ad24b3444b3812c193b244a82b0
parent1dc4fb84b5914621cf59b6b508ad7c9c86c61fa4
Rename rev-parse --abbrev to --short.

The usage of rev-parse to serve as a flag/option parser
for git-whatchanged and other commands have serious limitation
that the flags cannot be something that is supported by
rev-parse itself, and it cannot worked around easily.  Since
this is rarely used "poor-man's describe", rename the option for
now as an easier workaround.

Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-parse.c