index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse-options.c
Commit message (
Expand
)
Author
Age
*
Teach/Fix pull/fetch -q/-v options
Tuncer Ayaz
2008-11-14
*
Sync with 1.5.6.5
Junio C Hamano
2008-08-06
|
\
|
*
Files given on the command line are relative to $cwd
Junio C Hamano
2008-08-06
*
|
parse-options: fix segmentation fault when a required value is missing
Olivier Marin
2008-07-21
*
|
parse-options.c: make check_typos() static
Nanako Shiraishi
2008-07-16
*
|
Merge branch 'mv/merge-in-c'
Junio C Hamano
2008-07-15
|
\
\
|
*
|
Move parse-options's skip_prefix() to git-compat-util.h
Miklos Vajna
2008-06-30
*
|
|
parse-options: add PARSE_OPT_LASTARG_DEFAULT flag
Pierre Habouzit
2008-07-09
*
|
|
parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.
Pierre Habouzit
2008-06-30
*
|
|
parse-opt: fake short strings for callers to believe in.
Pierre Habouzit
2008-06-30
*
|
|
parse-opt: do not print errors on unknown options, return -2 intead.
Pierre Habouzit
2008-06-30
*
|
|
parse-opt: create parse_options_step.
Pierre Habouzit
2008-06-30
*
|
|
parse-opt: Export a non NORETURN usage dumper.
Pierre Habouzit
2008-06-30
*
|
|
parse-opt: have parse_options_{start,end}.
Pierre Habouzit
2008-06-30
|
/
/
*
|
Merge branch 'maint'
Junio C Hamano
2008-06-22
|
\
\
|
|
/
|
*
parse-options.c: fix documentation syntax of optional arguments
Michele Ballabio
2008-06-22
*
|
avoid whitespace on empty line in automatic usage message
Jeff King
2008-06-14
|
/
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-10
|
\
|
*
Fix documentation syntax of optional arguments in short options.
Carlos Rica
2008-04-10
*
|
parse-options.c: introduce OPT_DATE
Michele Ballabio
2008-03-27
*
|
Merge branch 'js/remote'
Junio C Hamano
2008-03-11
|
\
\
|
*
|
parseopt: add flag to stop on first non option
Johannes Schindelin
2008-03-01
|
|
/
*
|
parse-options: new option type to treat an option-like parameter as an argument.
Pierre Habouzit
2008-03-02
|
/
*
parse-options: catch likely typo in presense of aggregated options.
Pierre Habouzit
2008-01-26
*
Force the sticked form for options with optional arguments.
Pierre Habouzit
2007-12-22
*
parse-options: Allow to hide options from the default usage.
Pierre Habouzit
2007-11-22
*
parse-options new features.
Pierre Habouzit
2007-11-11
*
parse-options: abbreviation engine fix.
Johannes Schindelin
2007-11-05
*
parse-options: allow callbacks to take no arguments at all.
Pierre Habouzit
2007-10-29
*
parse-options: Allow abbreviated options when unambiguous
Johannes Schindelin
2007-10-29
*
Add shortcuts for very often used options.
Pierre Habouzit
2007-10-29
*
parse-options: make some arguments optional, add callbacks.
Pierre Habouzit
2007-10-29
*
Rework make_usage to print the usage message immediately
Alex Riesen
2007-10-29
*
parse-options: be able to generate usages automatically
Pierre Habouzit
2007-10-29
*
Add a simple option parser.
Pierre Habouzit
2007-10-29