Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
filter-branch: use $SHELL_PATH instead of 'sh'
[gitweb.git]
/
parse-options.h
diff --git
a/parse-options.h
b/parse-options.h
index dc0807834f9135b82c289b429a8d2ea13ee53be8..1af62b0485f2760607b7d3bc3e0ebdca09a53ea4 100644
(file)
--- a/
parse-options.h
+++ b/
parse-options.h
@@
-19,6
+19,7
@@
enum parse_opt_type {
enum parse_opt_flags {
PARSE_OPT_KEEP_DASHDASH = 1,
+ PARSE_OPT_STOP_AT_NON_OPTION = 2,
};
enum parse_opt_option_flags {