summaryrefslogtreecommitdiffstats
path: root/t/helper/test-parse-options.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-parse-options.c: fix style of comparison with zeroSZEDER Gábor2022-09-071-2/+2
* test-parse-options.c: don't use for loop initial declarationSZEDER Gábor2022-09-071-1/+2
* parse-options: add support for parsing subcommandsSZEDER Gábor2022-08-191-0/+61
* parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-3/+3
* t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor2022-08-191-0/+66
* tests: fix a memory leak in test-parse-options.cÆvar Arnfjörð Bjarmason2021-10-081-1/+6
* parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason2021-09-131-1/+0
* parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini2020-02-201-0/+2
* parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy2019-05-071-0/+3
* parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin2019-03-181-1/+1
* trace2: create new combined trace facilityJeff Hostetler2019-02-231-0/+3
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+1
* parse-options: drop OPT_DATE()Jeff King2018-11-061-1/+0
* t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy2018-09-111-2/+3
* t0040,t1502: Demonstrate parse_options bugsBrandon Casey2017-09-251-0/+2
* timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-241-1/+1
* Merge branch 'jk/common-main'Junio C Hamano2016-07-191-1/+1
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
* | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-061-1/+1
|\ \ | |/ |/|
| * use string_list initializer consistentlyJeff King2016-06-131-1/+1
* | Merge branch 'jc/test-parse-options-expect'Junio C Hamano2016-05-231-15/+89
* | Merge branch 'pb/commit-verbose-config'Junio C Hamano2016-05-231-2/+3
|/
* test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-0/+104