Sign in
googlers
/
jrn
/
git
/
9e2326c7e1efb1ae42b17e3fa38c16711a8d0bd8
/
parse-options.c
76759c7
git on Mac OS and precomposed unicode
by Torsten Bögershausen
· 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
38916c5
parse-options: typo check for unknown switches
by René Scharfe
· 13 years ago
cbb08c2
parse-options: remove PARSE_OPT_NEGHELP
by René Scharfe
· 13 years ago
0f1930c5
parse-options: allow positivation of options starting, with no-
by René Scharfe
· 13 years ago
b04ba2b
parse-options: deprecate OPT_BOOLEAN
by Junio C Hamano
· 13 years ago
0687628
Reduce parse-options.o dependencies
by Dmitry Ivankov
· 14 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
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 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
b57c68a
parse-options: never suppress arghelp if LITERAL_ARGHELP is set
by Jonathan Nieder
· 14 years ago
c1f4ec9
parse-options: do not infer PARSE_OPT_NOARG from option type
by Stephen Boyd
· 14 years ago
5c400ed
parse-options: sanity check PARSE_OPT_NOARG flag
by Jonathan Nieder
· 14 years ago
a02dd4f
parse-options: move NODASH sanity checks to parse_options_check
by Jonathan Nieder
· 14 years ago
1e5ce57
parse-options: clearer reporting of API misuse
by Jonathan Nieder
· 14 years ago
9ca1169
parse-options: Don't call parse_options_check() so much
by Stephen Boyd
· 14 years ago
47e9cd2
parseopt: wrap rev-parse --parseopt usage for eval consumption
by Thomas Rast
· 15 years ago
9c7304e
print the usage string on stdout instead of stderr
by Giuseppe Scrivano
· 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
6bbfd1f
parse-opt: ignore negation of OPT_NONEG for ambiguity checks
by Andreas Schwab
· 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
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
d978ead
Merge branch 'sb/parse-options-integer'
by Junio C Hamano
· 16 years ago
cb9d398
parse-options: add parse_options_check to validate option specs.
by Pierre Habouzit
· 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
0d260f9
parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together
by René Scharfe
· 16 years ago
49b6180
parseopt: make usage optional
by René Scharfe
· 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
d5d745f
parse-options: fix segmentation fault when a required value is missing
by Olivier Marin
· 17 years ago
1121a87
parse-options.c: make check_typos() static
by Nanako Shiraishi
· 17 years ago
fcab40a
Merge branch 'mv/merge-in-c'
by Junio C Hamano
· 17 years ago
1cc6985
parse-options: add PARSE_OPT_LASTARG_DEFAULT flag
by Pierre Habouzit
· 17 years ago
fbca583
Move parse-options's skip_prefix() to git-compat-util.h
by Miklos Vajna
· 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
07fe54d
parse-opt: do not print errors on unknown options, return -2 intead.
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
0bd64f8
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
6422f63
parse-options.c: fix documentation syntax of optional arguments
by Michele Ballabio
· 17 years ago
44d86e9
avoid whitespace on empty line in automatic usage message
by Jeff King
· 17 years ago
179c94b
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
3f36cbb
Fix documentation syntax of optional arguments in short options.
by Carlos Rica
· 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
3a9f0f4
parse-options: catch likely typo in presense of aggregated options.
by Pierre Habouzit
· 17 years ago
c43a248
Force the sticked form for options with optional arguments.
by Pierre Habouzit
· 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
243e061
parse-options: abbreviation engine fix.
by Johannes Schindelin
· 17 years ago
f481e22
parse-options: allow callbacks to take no arguments at all.
by Pierre Habouzit
· 17 years ago
7f275b9
parse-options: Allow abbreviated options when unambiguous
by Johannes Schindelin
· 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
f389c80
Rework make_usage to print the usage message immediately
by Alex Riesen
· 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