summaryrefslogtreecommitdiffstats
path: root/ci (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-18t2400: add tests to verify --quietJacob Abel1-0/+36
2023-05-18t2400: refactor "worktree add" opt exclusion testsJacob Abel1-10/+13
2023-05-18t2400: cleanup created worktree in testJacob Abel1-0/+1
2023-05-18worktree add: include -B in usage docsJacob Abel2-2/+2
2023-04-11The ninth batchJunio C Hamano1-0/+19
2023-04-07mailmap: change primary address for Emily ShafferEmily Shaffer1-0/+1
2023-04-06The eighth batchJunio C Hamano1-0/+22
2023-04-06t/lib-httpd: pass PERL_PATH to CGI scriptsJeff King2-1/+3
2023-04-05SubmittingPatches: clarify MUA discussion with "the"Daniel Watson1-1/+1
2023-04-05doc: remove manpage-base-url workaroundFelipe Contreras3-18/+2
2023-04-05clone: propagate object-format when cloning from voidJunio C Hamano2-5/+17
2023-04-04The seventh batchJunio C Hamano1-0/+24
2023-04-03object-info: init request_info before reading argJiang Xin1-1/+1
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano15-75/+75
2023-04-01The sixth batchJunio C Hamano1-0/+4
2023-04-01t2107: fix mention of the_index.cache_changedAndrei Rybak1-1/+1
2023-04-01t3060: fix mention of function prune_indexAndrei Rybak1-2/+2
2023-03-31fetch: download bundles once, even with --allDerrick Stolee3-1/+49
2023-03-31t5563: prevent "ambiguous redirect"Johannes Schindelin1-14/+12
2023-03-30The fifth batchJunio C Hamano1-0/+13
2023-03-30tests: skip test_eval_ in internal chain-lintJeff King1-11/+6
2023-03-30tests: drop here-doc check from internal chain-linterJeff King1-2/+3
2023-03-30tests: diagnose unclosed here-doc in chainlint.plEric Sunshine5-3/+34
2023-03-30tests: replace chainlint subshell with a functionJeff King1-1/+5
2023-03-30tests: run internal chain-linter under "make test"Jeff King2-3/+4
2023-03-30unicode: update the width tables to Unicode 15Beat Bolli1-12/+21
2023-03-30hashmap.h: fix minor typoSiddharth Singh1-1/+1
2023-03-30ref-filter: remove unused ref_format memberØystein Walle2-2/+0
2023-03-30pack-redundant: document deprecationJeff King1-0/+14
2023-03-28parse-options: drop parse_opt_unknown_cb()Jeff King2-18/+0
2023-03-28t/helper: mark unused argv/argc argumentsJeff King27-32/+33
2023-03-28mark "argv" as unused when we check argcJeff King3-5/+5
2023-03-28builtins: mark unused prefix parametersJeff King12-12/+12
2023-03-28builtins: annotate always-empty prefix parametersJeff King7-0/+22
2023-03-28builtins: always pass prefix to parse_options()Jeff King2-5/+6
2023-03-28fast-import: fix file access when run from subdirJeff King2-2/+37
2023-03-28p2000: remove stray '--sparse' flag from testDerrick Stolee1-1/+1
2023-03-28config.c: rename "struct config_source cf"Glen Choo1-131/+131
2023-03-28config: report cached filenames in die_bad_number()Glen Choo4-20/+72
2023-03-28config.c: remove current_parsing_scopeGlen Choo1-26/+37
2023-03-28config.c: remove current_config_kviGlen Choo1-39/+43
2023-03-28config.c: plumb the_reader through callbacksGlen Choo1-31/+43
2023-03-28config.c: create config_reader and the_readerGlen Choo1-31/+51
2023-03-28config.c: don't assign to "cf_global" directlyGlen Choo1-13/+24
2023-03-28config.c: plumb config_source through static fnsGlen Choo1-69/+84
2023-03-28docs: document caveats of rev-list's object-name outputJeff King1-2/+7
2023-03-28The fourth batchJunio C Hamano1-0/+22
2023-03-28for-each-repo: with bad config, don't conflate <path> and <cmd>Ævar Arnfjörð Bjarmason2-1/+14
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason12-22/+105
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason5-0/+74