diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-12-15 13:00:25 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-12-15 13:00:25 +0900 |
commit | b21ebb671bb7dea8d342225f0d66c41f4e54d5ca (patch) | |
tree | d5e62fb29ab9d5a80a8d391dbc5b39971dfcce51 /parse-options.h | |
parent | 85c26ae4bb73eaf46163e8ff48e85c81e52a6eec (diff) | |
parent | 0d0ac3826a3bbb9247e39e12623bbcfdd722f24c (diff) |
Sync with Git 2.20.1
* maint:
Git 2.20.1
.gitattributes: ensure t/oid-info/* has eol=lf
t9902: 'send-email' test case requires PERL
t4256: mark support files as LF-only
parse-options: fix SunCC compiler warning
help -a: handle aliases with long names gracefully
help.h: fix coding style
run-command: report exec failure
Diffstat (limited to 'parse-options.h')
-rw-r--r-- | parse-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-options.h b/parse-options.h index 6c4fe2016d..a650a7d220 100644 --- a/parse-options.h +++ b/parse-options.h @@ -208,6 +208,7 @@ extern int opterror(const struct option *opt, const char *reason, int flags); /*----- incremental advanced APIs -----*/ enum { + PARSE_OPT_COMPLETE = -2, PARSE_OPT_HELP = -1, PARSE_OPT_DONE, PARSE_OPT_NON_OPTION, |