Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Stop starting pager recursively
[gitweb.git]
/
parse-options.h
diff --git
a/parse-options.h
b/parse-options.h
index 2e811dc7da8e6adc7ebce1a9929e8c345424fe4a..56fcafda5a788220328229ff3bc3d095880815ba 100644
(file)
--- a/
parse-options.h
+++ b/
parse-options.h
@@
-238,5
+238,7
@@
extern int parse_opt_noop_cb(const struct option *, const char *, int);
PARSE_OPT_OPTARG, &parse_opt_abbrev_cb, 0 }
#define OPT__COLOR(var, h) \
OPT_COLOR_FLAG(0, "color", (var), (h))
+#define OPT_COLUMN(s, l, v, h) \
+ { OPTION_CALLBACK, (s), (l), (v), "style", (h), PARSE_OPT_OPTARG, parseopt_column_callback }
#endif