summaryrefslogtreecommitdiff
path: root/t/helper/test-parse-options.c
AgeCommit message (Expand)Author
2025-07-09parse-options: add precision handling for OPTION_COUNTUPRené Scharfe
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe
2025-04-17parse-options: introduce precision handling for `OPTION_UNSIGNED`Patrick Steinhardt
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt
2025-04-17parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`Patrick Steinhardt
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe
2023-07-19short help: allow multi-line opthelpJunio C Hamano
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-03-28t/helper: mark unused argv/argc argumentsJeff King
2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor
2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-08-19t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor
2021-10-07tests: fix a memory leak in test-parse-options.cÆvar Arnfjörð Bjarmason
2021-09-12parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason
2020-02-20parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy
2019-03-18parse-options: make OPT_ARGUMENT() more usefulJohannes Schindelin
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06parse-options: drop OPT_DATE()Jeff King
2018-09-11t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy
2017-09-25t0040,t1502: Demonstrate parse_options bugsBrandon Casey
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-23PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2016-07-19Merge branch 'jk/common-main'Junio C Hamano
2016-07-06Merge branch 'jk/string-list-static-init'Junio C Hamano
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-06-13use string_list initializer consistentlyJeff King
2016-05-23Merge branch 'jc/test-parse-options-expect'Junio C Hamano
2016-05-23Merge branch 'pb/commit-verbose-config'Junio C Hamano
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy