aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-parse-options.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+0
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren1-0/+1
2023-03-28t/helper: mark unused argv/argc argumentsJeff King1-2/+2
2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor1-2/+2
2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor1-1/+2
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor1-0/+61
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor1-3/+3
2022-08-19t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor1-0/+66
2021-10-07tests: fix a memory leak in test-parse-options.cÆvar Arnfjörð Bjarmason1-1/+6
2021-09-12parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason1-1/+0
2020-02-20parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini1-0/+2
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy1-0/+3
2019-03-18parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin1-1/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+3
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+1
2018-11-06parse-options: drop OPT_DATE()Jeff King1-1/+0
2018-09-11t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy1-2/+3
2017-09-25t0040,t1502: Demonstrate parse_options bugsBrandon Casey1-0/+2
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2017-04-23PRItime: introduce a new "printf format" for timestampsJohannes Schindelin1-1/+1
2016-07-19Merge branch 'jk/common-main'Junio C Hamano1-1/+1
2016-07-06Merge branch 'jk/string-list-static-init'Junio C Hamano1-1/+1
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano1-1/+1
2016-06-13use string_list initializer consistentlyJeff King1-1/+1
2016-05-23Merge branch 'jc/test-parse-options-expect'Junio C Hamano1-15/+89
2016-05-23Merge branch 'pb/commit-verbose-config'Junio C Hamano1-2/+3
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy1-0/+104