Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe
2023-07-20short help: allow multi-line opthelpJunio C Hamano
2023-05-10Merge 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-29t/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-08tests: fix a memory leak in test-parse-options.cÆvar Arnfjörð Bjarmason
2021-09-13parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason
2020-02-21parse-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-23trace2: 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-24PRItime: 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-24Merge branch 'jc/test-parse-options-expect'Junio C Hamano
2016-05-24Merge branch 'pb/commit-verbose-config'Junio C Hamano
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy