Junio C Hamano wrote:
* Rewrite command line parsing code, probably using GNU getopt.
I have three gripes about option parsing in the current code:
Use argp. It supports short and long options, and is highly flexible.
"info argp" should work on most Linux boxes.
It's in glibc, and if people care about porting git to Solaris/whatever,
there is a GPL'd version already out there.
Jeff