Jeff Garzik [off-list ref] writes:
Junio C Hamano wrote:
quoted
* 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.
Or "info libc argp" (on my debian sarge system).
--
Ed L Cashin [off-list ref]