commit | b5ce3a54302cb6e29a02cd8fe4ea55eacea0a86e | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Sun Mar 08 19:12:47 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 08 13:36:09 2009 -0700 |
tree | 8b645fabe497f906af064488b8f7d2c8d171800d | |
parent | 934f788981de941814e821217f32451a5c715d5d [diff] |
parseopt: add PARSE_OPT_KEEP_UNKNOWN Add a parseopt flag, PARSE_OPT_KEEP_UNKNOWN, that can be used to keep unknown options in argv, similar to the existing KEEP flags. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>