summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-11-17revision: add new parameter to exclude hidden refsPatrick Steinhardt-1/+241
2022-11-17revision: introduce struct to handle exclusionsPatrick Steinhardt-36/+47
2022-11-17revision: move together exclusion-related functionsPatrick Steinhardt-26/+26
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt-31/+39
2022-11-17refs: fix memory leak when parsing hideRefs configPatrick Steinhardt-1/+1
2022-11-16notes: avoid empty line in templateMichael J Gruber-1/+1
2022-11-15t7610: use "file:///dev/null", not "/dev/null", fixes MinGWÆvar Arnfjörð Bjarmason-2/+2
2022-11-15bisect; remove unused "git-bisect.sh" and ".gitignore" entryÆvar Arnfjörð Bjarmason-64/+0
2022-11-15builtin/gc.c: fix use-after-free in maintenance_unregister()Taylor Blau-3/+2
2022-11-15maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statementÆvar Arnfjörð Bjarmason-2/+3
2022-11-14maintenance: add option to register in a specific configRonan Pigott-21/+59
2022-11-14for-each-repo: interpolate repo path argumentsRonan Pigott-1/+10
2022-11-14The twelfth batchTaylor Blau-0/+11
2022-11-14Merge branch 'vh/my-first-contribution-typo'Taylor Blau-1/+1
2022-11-14Merge branch 'ks/partialclone-casing'Taylor Blau-2/+2
2022-11-14Merge branch 'mh/password-can-be-pat'Taylor Blau-3/+4
2022-11-14Merge branch 'js/ci-set-output'Taylor Blau-3/+3
2022-11-14Merge branch 'ab/rev-info-init'Taylor Blau-18/+19
2022-11-14Merge branch 'al/trace2-clearing-skip-worktree'Taylor Blau-6/+24
2022-11-14Merge branch 'do/modernize-t7001'Taylor Blau-31/+31
2022-11-14Docs: describe how a credential-generating helper worksM Hickford-3/+5
2022-11-14Documentation: fix typoVlad-Stefan Harbuz-1/+1
2022-11-14http: redact curl h2h3 headers in infoGlen Choo-9/+44
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King-8/+39
2022-11-14pack-bitmap.c: avoid exposing absolute pathsTeng Long-6/+9
2022-11-14pack-bitmap.c: remove unnecessary "open_pack_index()" callsTeng Long-3/+0
2022-11-14Doc: document push.recurseSubmodules=onlyJonathan Tan-15/+73
2022-11-12docs: clarify that credential discards unrecognised attributesM Hickford-0/+3
2022-11-12merge-tree.c: allow specifying the merge-base when --stdin is passedKyle Zhao-3/+67
2022-11-12merge-tree.c: add --merge-base=<commit> optionKyle Zhao-11/+66
2022-11-11tests(scalar): tighten the stale `scalar.repo` test someJohannes Schindelin-1/+4
2022-11-11repository-version.txt: partialClone casing changeKousik Sanagavarapu-2/+2
2022-11-11Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason-8/+8
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin-5/+4
2022-11-11bisect--helper: log: allow arbitrary number of argumentsĐoàn Trần Công Danh-5/+1
2022-11-11bisect--helper: handle states directlyJohannes Schindelin-23/+21
2022-11-11bisect--helper: emit usage for "git bisect"Ævar Arnfjörð Bjarmason-15/+36
2022-11-11bisect test: test exit codes on bad usageÆvar Arnfjörð Bjarmason-0/+30
2022-11-11bisect--helper: identify as bisect when report errorĐoàn Trần Công Danh-5/+8
2022-11-11bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh-2/+2
2022-11-11bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh-21/+58
2022-11-11bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh-16/+19
2022-11-11bisect: refactor bisect_run() to match CodingGuidelinesÆvar Arnfjörð Bjarmason-4/+3
2022-11-11bisect tests: test for v2.30.0 "bisect run" regressionsÆvar Arnfjörð Bjarmason-0/+79
2022-11-11Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtinTaylor Blau-120/+142
2022-11-11bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh-90/+30
2022-11-11bisect--helper: move all subcommands into their own functionsĐoàn Trần Công Danh-34/+121
2022-11-11bisect--helper: remove unused optionsĐoàn Trần Công Danh-6/+1
2022-11-11chainlint: prefix annotated test definition with line numbersEric Sunshine-3/+9
2022-11-11chainlint: latch line numbers at which each token starts and endsEric Sunshine-8/+17