commit | 51a9949eda7421a2dd9cb45b2110d6571ba09bbd | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Thu May 07 21:45:42 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat May 09 00:29:50 2009 -0700 |
tree | 319237eb500050e73ddd9b6e5dee585a41dc4b69 | |
parent | e0319ff5ed2b7927302389181449dcd029a26622 [diff] |
parseopt: add PARSE_OPT_NODASH Add support for options that don't start with a dash. Initially, they don't accept arguments and can only be short options, i.e. consist of a single character. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>