summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin1-0/+16
2024-11-26credential: sanitize the user promptJohannes Schindelin4-18/+38
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin1-0/+13
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+73
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-3/+5
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren1-0/+20
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt1-0/+5
2024-11-26Merge branch 'ps/leakfixes-part-10' into ps/bisect-double-free-fixJunio C Hamano928-1041/+94
2024-11-26sequencer: comment commit messages properlyKristoffer Haugsbakk1-0/+15
2024-11-26sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk1-0/+14
2024-11-26sequencer: comment checked-out branch properlyKristoffer Haugsbakk1-0/+19
2024-11-25t7900: fix host-dependent behaviour when testing git-maintenance(1)Patrick Steinhardt1-2/+7
2024-11-25Merge branch 'ak/typofixes' into maint-2.47Junio C Hamano9-10/+10
2024-11-25git-mergetool--lib.sh: add error message if 'setup_user_tool' failsPhilippe Blain1-0/+8
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy1-0/+10
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy11-17/+135
2024-11-25remote set-head: better output for --autoBence Ferdinandy1-1/+62
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy1-0/+12
2024-11-25t/t5505-remote: set default branch to mainBence Ferdinandy1-0/+3
2024-11-22Merge branch 'tb/multi-pack-reuse-dupfix'Junio C Hamano1-0/+22
2024-11-22Merge branch 'sm/difftool'Junio C Hamano1-0/+4
2024-11-22Merge branch 'jk/fetch-prefetch-double-free-fix'Junio C Hamano1-0/+4
2024-11-22Merge branch 'jk/test-malloc-debug-check'Junio C Hamano1-47/+50
2024-11-22t/perf: use 'test_file_size' in more placesTaylor Blau2-2/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt928-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt3-96/+1
2024-11-21t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt3-11/+11
2024-11-21t: mark some tests as leak freePatrick Steinhardt2-0/+2
2024-11-21t5601: work around leak sanitizer issuePatrick Steinhardt1-11/+15
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-11-21split-index: fix memory leak in `move_cache_to_base_index()`Patrick Steinhardt1-0/+1
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt1-1/+1
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt1-0/+1
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt1-0/+65
2024-11-21line-log: fix leak when rewriting commit parentsPatrick Steinhardt1-0/+1
2024-11-21bisect: fix various cases where we leak commit list itemsPatrick Steinhardt1-0/+1
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt1-0/+2
2024-11-21ref: add symlink ref content check for files backendshejialuo1-0/+141
2024-11-21ref: check whether the target of the symref is a refshejialuo1-0/+29
2024-11-21ref: add basic symref content check for files backendshejialuo1-0/+111
2024-11-21ref: add more strict checks for regular refsshejialuo1-2/+55
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo1-0/+105
2024-11-21ref: support multiple worktrees check for refsshejialuo1-0/+51
2024-11-21ref: check the full refname instead of basenameshejialuo1-37/+55
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt1-1/+1
2024-11-21refs: use "initial" transaction semantics to migrate refsPatrick Steinhardt1-1/+1
2024-11-20Merge branch 'jt/repack-local-promisor'Junio C Hamano3-8/+38
2024-11-20Merge branch 'db/submodule-fetch-with-remote-name-fix' into maint-2.47Junio C Hamano1-0/+20
2024-11-20Merge branch 'ps/cache-tree-w-broken-index-entry' into maint-2.47Junio C Hamano1-8/+11
2024-11-20Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47Junio C Hamano1-0/+16