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-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe
2023-08-07parse-options: no --[no-]no-...René Scharfe
2023-08-07parse-options: show negatability of options in short helpRené Scharfe
2023-07-20short help: allow a gap smaller than USAGE_GAPJunio C Hamano
2023-07-20short help: allow multi-line opthelpJunio C Hamano
2022-11-10config: require at least one digit when parsing numbersPhillip Wood
2022-11-10git_parse_unsigned: reject negative valuesPhillip Wood
2022-09-07t0040-parse-options: remove leftover debuggingSZEDER 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-26Merge branch 'ab/mark-leak-free-tests-more'Junio C Hamano
2021-10-09parse-options tests: test optname() outputÆvar Arnfjörð Bjarmason
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
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano
2020-03-17parse-options: teach "git cmd -h" to show alias as aliasJunio C Hamano
2020-03-09Merge branch 'pb/am-show-current-patch'Junio C Hamano
2020-02-21parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini
2020-02-05parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin
2019-08-06parse-options: allow --end-of-options as a synonym for "--"Jeff King
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy
2019-04-15tests: disallow the use of abbreviated options (by default)Johannes Schindelin
2019-01-05Merge branch 'nd/i18n'Junio C Hamano
2018-11-12parse-options.c: mark more strings for translationNguyễn Thái Ngọc Duy
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
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2017-09-25parse-options: write blank line to correct output streamBrandon Casey
2017-09-25t0040,t1502: Demonstrate parse_options bugsBrandon Casey
2016-10-18t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva
2016-05-10t0040: convert a few tests to use test-parse-options --expectJunio C Hamano
2016-05-10t0040: remove unused test helpersJunio C Hamano
2016-05-10test-parse-options: --expect=<string> option to simplify testsJunio C Hamano
2016-05-10test-parse-options: fix output when callback option failsJunio C Hamano
2016-05-05parse-options.c: make OPTION_COUNTUP respect "unspecified" valuesPranit Bauva
2016-05-05t0040-parse-options: improve test coveragePranit Bauva
2016-04-20test-parse-options: print quiet as integerPranit Bauva
2016-04-20t0040-test-parse-options.sh: fix style issuesPranit Bauva
2015-06-23parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey
2015-06-23test-parse-options: update to handle negative intsCharles Bailey
2015-03-20t: use test_expect_code instead of hand-rolled comparisonJeff King
2014-04-01parse-options: remove unused OPT_SET_PTRMarat Radchenko
2013-06-10test: test_must_be_empty helperJunio C Hamano
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin