Age | Commit message (Expand) | Author | Files | Lines |
2009-03-08 | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 1 | -0/+1 |
2009-03-08 | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 1 | -0/+1 |
2009-01-28 | Make opt_parse_with_commit() non-static | Jake Goulding | 1 | -0/+1 |
2008-11-14 | Teach/Fix pull/fetch -q/-v options | Tuncer Ayaz | 1 | -0/+6 |
2008-08-06 | Sync with 1.5.6.5 | Junio C Hamano | 1 | -0/+2 |
2008-08-06 | Files given on the command line are relative to $cwd | Junio C Hamano | 1 | -0/+2 |
2008-07-09 | parse-options: add PARSE_OPT_LASTARG_DEFAULT flag | Pierre Habouzit | 1 | -0/+1 |
2008-06-30 | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. | Pierre Habouzit | 1 | -0/+1 |
2008-06-30 | parse-opt: fake short strings for callers to believe in. | Pierre Habouzit | 1 | -0/+5 |
2008-06-30 | parse-opt: create parse_options_step. | Pierre Habouzit | 1 | -0/+4 |
2008-06-30 | parse-opt: Export a non NORETURN usage dumper. | Pierre Habouzit | 1 | -0/+9 |
2008-06-30 | parse-opt: have parse_options_{start,end}. | Pierre Habouzit | 1 | -0/+16 |
2008-03-27 | parse-options.c: introduce OPT_DATE | Michele Ballabio | 1 | -0/+4 |
2008-03-11 | Merge branch 'js/remote' | Junio C Hamano | 1 | -0/+1 |
2008-03-02 | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 1 | -0/+2 |
2008-03-01 | parseopt: add flag to stop on first non option | Johannes Schindelin | 1 | -0/+1 |
2007-11-22 | parse-options: Allow to hide options from the default usage. | Pierre Habouzit | 1 | -0/+3 |
2007-11-11 | parse-options new features. | Pierre Habouzit | 1 | -1/+14 |
2007-11-05 | Some better parse-options documentation. | Pierre Habouzit | 1 | -2/+35 |
2007-10-29 | parse-options: allow callbacks to take no arguments at all. | Pierre Habouzit | 1 | -0/+1 |
2007-10-29 | Add shortcuts for very often used options. | Pierre Habouzit | 1 | -0/+11 |
2007-10-29 | parse-options: make some arguments optional, add callbacks. | Pierre Habouzit | 1 | -0/+16 |
2007-10-29 | parse-options: be able to generate usages automatically | Pierre Habouzit | 1 | -4/+11 |
2007-10-29 | Add a simple option parser. | Pierre Habouzit | 1 | -0/+35 |