On Sunday 22 June 2008, Stephan Beyer wrote: > +`PARSE_OPT_KEEP_DASHDASH`:: > + Usually long options (`\--long-opt`) are boiled down to their > + short option equivalent, if available. > + Using this flag, long options are kept. No: PARSE_OPT_KEEP_DASHDASH keeps the "--" that usually separates options from files, as in git ls-files [options] -- [files] i.e. after parsing, the new argv will still contain "--". > +`OPT__ABBREV(&int_var)`:: > + Add `\--abbrev [<n>]`. better: + Add `\--abbrev[=<n>]`. since the <n> is optional. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html