Sign in
googlers
/
jrn
/
git
/
a3bb8ca74ca01859f5eed962256faea737d4db7c
/
parse-options.h
5ad0d3d
parse-options: allow -h as a short option
by René Scharfe
· 9 years ago
9958dd8
Merge branch 'kn/for-each-tag-branch'
by Junio C Hamano
· 9 years ago
535efaf
Merge branch 'sb/parse-options-codeformat'
by Junio C Hamano
· 10 years ago
5f02274
Merge branch 'pt/pull-builtin'
by Junio C Hamano
· 10 years ago
f266c91
parse-options.h: add macros for '--contains' option
by Karthik Nayak
· 10 years ago
9d306b5
parse-option: rename parse_opt_with_commit()
by Karthik Nayak
· 10 years ago
b2172fd
tag: libify parse_opt_points_at()
by Karthik Nayak
· 10 years ago
14691e3
parse-options: align curly braces for all options
by Stefan Beller
· 10 years ago
2a514ed
parse-options: move unsigned long option parsing out of pack-objects.c
by Charles Bailey
· 10 years ago
ffad85c
parse-options-cb: implement parse_opt_passthru_argv()
by Paul Tan
· 10 years ago
6b3ee18
parse-options-cb: implement parse_opt_passthru()
by Paul Tan
· 10 years ago
1d058dc
Merge branch 'iu/fix-parse-options-h-comment'
by Junio C Hamano
· 10 years ago
d3c0811
parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval
by Ivan Ukhov
· 10 years ago
610a14f
Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'
by Junio C Hamano
· 11 years ago
ff0a80a
let clang use the constant-return error() macro
by Jeff King
· 11 years ago
87fe5df
inline constant return from error() function
by Jeff King
· 11 years ago
b389e04
Merge branch 'mr/opt-set-ptr'
by Junio C Hamano
· 11 years ago
20d1c65
parse-options: remove unused OPT_SET_PTR
by Marat Radchenko
· 11 years ago
9ff8ff3
parse-options: add cast to correct pointer type to OPT_SET_PTR
by Junio C Hamano
· 11 years ago
e703d71
parse-options: multi-word argh should use dash to separate words
by Junio C Hamano
· 11 years ago
212c0a6
parse-options: remove OPT_BOOLEAN
by Nguyễn Thái Ngọc Duy
· 11 years ago
a86a8b9
Merge branch 'sb/parseopt-boolean-removal'
by Junio C Hamano
· 12 years ago
366b80b
Merge branch 'jc/parseopt-command-modes'
by Junio C Hamano
· 12 years ago
96cb27a
Merge branch 'maint'
by Junio C Hamano
· 12 years ago
a3bc3d0
parse-options: fix clang opterror() -Wunused-value warning
by Eric Sunshine
· 12 years ago
4741edd
Remove deprecated OPTION_BOOLEAN for parsing arguments
by Stefan Beller
· 12 years ago
1158826
parse-options: add OPT_CMDMODE()
by Junio C Hamano
· 12 years ago
3e1e762
Merge branch 'jc/prune-all'
by Junio C Hamano
· 12 years ago
27ec394
prune: introduce OPT_EXPIRY_DATE() and use it
by Junio C Hamano
· 12 years ago
5ded807
fix clang -Wunused-value warnings for error functions
by Max Horn
· 12 years ago
a469a10
silence some -Wuninitialized false positives
by Jeff King
· 12 years ago
a054e04
i18n: mark "style" in OPT_COLUMN() for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
54e6dc7
i18n: parseopt: lookup help and argument translations when showing usage
by Nguyễn Thái Ngọc Duy
· 13 years ago
f4ed0af
Merge branch 'nd/columns'
by Junio C Hamano
· 13 years ago
7e29b82
Add column layout skeleton and git-column
by Nguyễn Thái Ngọc Duy
· 13 years ago
cbb08c2
parse-options: remove PARSE_OPT_NEGHELP
by René Scharfe
· 13 years ago
6acec03
parseopt: add OPT_NOOP_NOARG
by René Scharfe
· 13 years ago
b04ba2b
parse-options: deprecate OPT_BOOLEAN
by Junio C Hamano
· 13 years ago
1f275b7
parse-options: export opterr, optbug
by Dmitry Ivankov
· 14 years ago
c8ba163
parse-options: add OPT_STRING_LIST helper
by Jeff King
· 14 years ago
1d5006a
Make <identifier> lowercase as per CodingGuidelines
by Michael J Gruber
· 14 years ago
6e67619
Merge branch 'jn/parse-options-extra'
by Junio C Hamano
· 14 years ago
979240f
parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION
by Jonathan Nieder
· 14 years ago
b0b3a8b
parse-options: allow git commands to invent new option types
by Jonathan Nieder
· 14 years ago
9ca1169
parse-options: Don't call parse_options_check() so much
by Stephen Boyd
· 14 years ago
76946b7
add OPT__FORCE
by René Scharfe
· 14 years ago
d52ee6e
add description parameter to OPT__QUIET
by René Scharfe
· 14 years ago
e21adb8
add description parameter to OPT__DRY_RUN
by René Scharfe
· 14 years ago
fd03881
add description parameter to OPT__VERBOSE
by René Scharfe
· 14 years ago
ef45e4d
parse-options: clarify PARSE_OPT_NOARG description
by Jonathan Nieder
· 15 years ago
632d3f4
Merge branch 'gs/usage-to-stdout'
by Junio C Hamano
· 15 years ago
47e9cd2
parseopt: wrap rev-parse --parseopt usage for eval consumption
by Thomas Rast
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
8b74d75
parse-options: add parse_options_concat() to concat options
by Junio C Hamano
· 15 years ago
73e9da0
Add an optional argument for --color options
by Mark Lodato
· 15 years ago
56eb8b4
Merge branch 'jc/symbol-static'
by Junio C Hamano
· 15 years ago
41064eb
parse-options.c: mark file-local function static
by Junio C Hamano
· 15 years ago
cb6020b
Teach --[no-]rerere-autoupdate option to merge, revert and friends
by Junio C Hamano
· 15 years ago
f00ecbe
Merge branch 'cc/replace'
by Junio C Hamano
· 16 years ago
86b5efb
parse-opt: optionally show "--no-" option string
by Johannes Schindelin
· 16 years ago
d978ead
Merge branch 'sb/parse-options-integer'
by Junio C Hamano
· 16 years ago
e169b97
show-branch: don't use LASTARG_DEFAULT with OPTARG
by Stephen Boyd
· 16 years ago
34aec9f
parse-options: simplify usage argh handling
by Stephen Boyd
· 16 years ago
e3a0ca8
parse-options: make OPT_INTEGER's argh explicit
by Stephen Boyd
· 16 years ago
451bb21
parse-options: add new function "usage_msg_opt"
by Christian Couder
· 16 years ago
df217ed
parse-opts: add OPT_FILENAME and transition builtins
by Stephen Boyd
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
b064e2f
Merge branch 'sb/show-branch-parse-options' into sb/opt-filename
by Junio C Hamano
· 16 years ago
29f25d4
parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's
by Stephen Boyd
· 16 years ago
51a9949
parseopt: add PARSE_OPT_NODASH
by René Scharfe
· 16 years ago
e0319ff
parseopt: add OPT_NUMBER_CALLBACK
by René Scharfe
· 16 years ago
2f4b97f
parseopt: add OPT_NEGBIT
by René Scharfe
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
b92891f
parseopt: add PARSE_OPT_NO_INTERNAL_HELP
by René Scharfe
· 16 years ago
b5ce3a5
parseopt: add PARSE_OPT_KEEP_UNKNOWN
by René Scharfe
· 16 years ago
269defd
Make opt_parse_with_commit() non-static
by Jake Goulding
· 16 years ago
7f87aff
Teach/Fix pull/fetch -q/-v options
by Tuncer Ayaz
· 16 years ago
f44bc33
Sync with 1.5.6.5
by Junio C Hamano
· 17 years ago
dbd0f5c
Files given on the command line are relative to $cwd
by Junio C Hamano
· 17 years ago
1cc6985
parse-options: add PARSE_OPT_LASTARG_DEFAULT flag
by Pierre Habouzit
· 17 years ago
a32a4ea
parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.
by Pierre Habouzit
· 17 years ago
26141b5
parse-opt: fake short strings for callers to believe in.
by Pierre Habouzit
· 17 years ago
ff43ec3
parse-opt: create parse_options_step.
by Pierre Habouzit
· 17 years ago
ee68b87
parse-opt: Export a non NORETURN usage dumper.
by Pierre Habouzit
· 17 years ago
7e7bbcb
parse-opt: have parse_options_{start,end}.
by Pierre Habouzit
· 17 years ago
1f4a711
parse-options.c: introduce OPT_DATE
by Michele Ballabio
· 17 years ago
ae90e16
Merge branch 'js/remote'
by Junio C Hamano
· 17 years ago
580d5bf
parse-options: new option type to treat an option-like parameter as an argument.
by Pierre Habouzit
· 17 years ago
a0ec9d2
parseopt: add flag to stop on first non option
by Johannes Schindelin
· 17 years ago
dd3bf0f
parse-options: Allow to hide options from the default usage.
by Pierre Habouzit
· 17 years ago
db7244b
parse-options new features.
by Pierre Habouzit
· 17 years ago
9b3beb5
Some better parse-options documentation.
by Pierre Habouzit
· 17 years ago
f481e22
parse-options: allow callbacks to take no arguments at all.
by Pierre Habouzit
· 17 years ago
0ce865b
Add shortcuts for very often used options.
by Pierre Habouzit
· 17 years ago
ffe659f
parse-options: make some arguments optional, add callbacks.
by Pierre Habouzit
· 17 years ago
d7a38c5
parse-options: be able to generate usages automatically
by Pierre Habouzit
· 17 years ago
4a59fd1
Add a simple option parser.
by Pierre Habouzit
· 17 years ago