summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.39-rc0v2.39.0-rc0Junio C Hamano2022-11-232-1/+38
* Merge branch 'mh/gitcredentials-generate'Junio C Hamano2022-11-231-3/+5
|\
| * Docs: describe how a credential-generating helper worksM Hickford2022-11-141-3/+5
* | Merge branch 'ps/receive-use-only-advertised'Junio C Hamano2022-11-2315-82/+410
|\ \
| * | receive-pack: only use visible refs for connectivity checkPatrick Steinhardt2022-11-173-0/+12
| * | rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt2022-11-173-0/+57
| * | revision: add new parameter to exclude hidden refsPatrick Steinhardt2022-11-175-1/+241
| * | revision: introduce struct to handle exclusionsPatrick Steinhardt2022-11-173-36/+47
| * | revision: move together exclusion-related functionsPatrick Steinhardt2022-11-171-26/+26
| * | refs: get rid of global list of hidden refsPatrick Steinhardt2022-11-175-31/+39
| * | refs: fix memory leak when parsing hideRefs configPatrick Steinhardt2022-11-171-1/+1
* | | Merge branch 'jt/submodule-on-demand'Junio C Hamano2022-11-235-15/+73
|\ \ \
| * | | Doc: document push.recurseSubmodules=onlyJonathan Tan2022-11-145-15/+73
* | | | Merge branch 'sz/macos-fsmonitor-symlinks'Junio C Hamano2022-11-231-1/+1
|\ \ \ \
| * | | | fsmonitor--daemon: on macOS support symlinksrz_zumix2022-11-081-1/+1
| |/ / /
* | | | Merge branch 'ew/delta-islands-free'Junio C Hamano2022-11-231-20/+51
|\ \ \ \
| * | | | delta-islands: free island-related data after useEric Wong2022-11-181-20/+51
* | | | | Merge branch 'mg/notes-newline'Junio C Hamano2022-11-231-1/+1
|\ \ \ \ \
| * | | | | notes: avoid empty line in templateMichael J Gruber2022-11-161-1/+1
| |/ / / /
* | | | | Merge branch 'tb/howto-maintain-git-fixes'Junio C Hamano2022-11-231-2/+7
|\ \ \ \ \
| * | | | | Documentation: build redo-seen.sh from jch..seenTaylor Blau2022-10-311-1/+1
| * | | | | Documentation: build redo-jch.sh from master..jchTaylor Blau2022-10-311-1/+6
* | | | | | Merge branch 'es/chainlint-lineno'Junio C Hamano2022-11-232-23/+49
|\ \ \ \ \ \
| * | | | | | chainlint: prefix annotated test definition with line numbersEric Sunshine2022-11-112-3/+9
| * | | | | | chainlint: latch line numbers at which each token starts and endsEric Sunshine2022-11-111-8/+17
| * | | | | | chainlint: sidestep impoverished macOS "terminfo"Eric Sunshine2022-11-111-12/+23
| * | | | | | Merge branch 'es/chainlint-output' into es/chainlint-linenoTaylor Blau2022-11-0922-66/+206
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'pw/rebase-no-reflog-action'Junio C Hamano2022-11-233-32/+46
|\ \ \ \ \ \ \
| * | | | | | | rebase: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-091-12/+15
| * | | | | | | sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-092-20/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ab/t7610-timeout'Junio C Hamano2022-11-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | t7610: use "file:///dev/null", not "/dev/null", fixes MinGWÆvar Arnfjörð Bjarmason2022-11-151-2/+2
| * | | | | | | t7610: fix flaky timeout issue, don't clone from example.comÆvar Arnfjörð Bjarmason2022-11-091-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rp/maintenance-qol'Junio C Hamano2022-11-235-22/+69
|\ \ \ \ \ \ \
| * | | | | | | builtin/gc.c: fix use-after-free in maintenance_unregister()Taylor Blau2022-11-151-3/+2
| * | | | | | | maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statementÆvar Arnfjörð Bjarmason2022-11-151-2/+3
| * | | | | | | maintenance: add option to register in a specific configRonan Pigott2022-11-143-21/+59
| * | | | | | | for-each-repo: interpolate repo path argumentsRonan Pigott2022-11-142-1/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'pw/strict-label-lookups'Junio C Hamano2022-11-232-25/+45
|\ \ \ \ \ \ \
| * | | | | | | sequencer: tighten label lookupsPhillip Wood2022-11-102-6/+17
| * | | | | | | sequencer: unify label lookupPhillip Wood2022-11-102-24/+33
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'gc/redact-h2h3-headers'Junio C Hamano2022-11-235-11/+77
|\ \ \ \ \ \ \
| * | | | | | | http: redact curl h2h3 headers in infoGlen Choo2022-11-142-9/+44
| * | | | | | | t: run t5551 tests with both HTTP and HTTP/2Jeff King2022-11-144-8/+39
| |/ / / / / /
* | | | | | | Merge branch 'ab/coccicheck-incremental'Junio C Hamano2022-11-2311-33/+515
|\ \ \ \ \ \ \
| * | | | | | | Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason2022-11-112-8/+8
| * | | | | | | spatchcache: add a ccache-alike for "spatch"Ævar Arnfjörð Bjarmason2022-11-022-0/+324
| * | | | | | | cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason2022-11-022-0/+51
| * | | | | | | cocci rules: remove <id>'s from rules that don't need themÆvar Arnfjörð Bjarmason2022-11-024-4/+4
| * | | | | | | Makefile: copy contrib/coccinelle/*.cocci to build/Ævar Arnfjörð Bjarmason2022-11-022-6/+22