summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorLines
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt-1/+1
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt-0/+1
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt-0/+65
2024-11-21line-log: fix leak when rewriting commit parentsPatrick Steinhardt-0/+1
2024-11-21bisect: fix various cases where we leak commit list itemsPatrick Steinhardt-0/+1
2024-11-21builtin/blame: fix leaking blame entries with `--incremental`Patrick Steinhardt-0/+2
2024-11-21ref: add symlink ref content check for files backendshejialuo-0/+141
2024-11-21ref: check whether the target of the symref is a refshejialuo-0/+29
2024-11-21ref: add basic symref content check for files backendshejialuo-0/+111
2024-11-21ref: add more strict checks for regular refsshejialuo-2/+55
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo-0/+105
2024-11-21ref: support multiple worktrees check for refsshejialuo-0/+51
2024-11-21ref: check the full refname instead of basenameshejialuo-37/+55
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt-1/+1
2024-11-21refs: use "initial" transaction semantics to migrate refsPatrick Steinhardt-1/+1
2024-11-20Merge branch 'jt/repack-local-promisor'Junio C Hamano-8/+38
2024-11-20Merge branch 'db/submodule-fetch-with-remote-name-fix' into maint-2.47Junio C Hamano-0/+20
2024-11-20Merge branch 'ps/cache-tree-w-broken-index-entry' into maint-2.47Junio C Hamano-8/+11
2024-11-20Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47Junio C Hamano-0/+16
2024-11-20Merge branch 'ds/line-log-asan-fix' into maint-2.47Junio C Hamano-0/+28
2024-11-20index-pack: teach --promisor to forbid pack nameJonathan Tan-3/+1
2024-11-20builtin/gc: provide hint when maintenance hits a stale schedule lockPatrick Steinhardt-0/+8
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano-107/+115
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt-0/+6
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt-107/+108
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt-0/+1
2024-11-19fast-import: avoid making replace refs point to themselvesElijah Newren-0/+28
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt-50/+63
2024-11-15Allow cloning from repositories owned by another userbrian m. carlson-3/+10
2024-11-15pack-objects: only perform verbatim reuse on the preferred packTaylor Blau-1/+1
2024-11-15t5332-multi-pack-reuse.sh: demonstrate duplicate packing failureTaylor Blau-0/+22
2024-11-15refs: don't invoke reference-transaction hook for reflogsKarthik Nayak-2/+0
2024-11-14test-lib: move malloc-debug setup after $PATH setupJeff King-50/+50
2024-11-13Merge branch 'ps/mingw-rename'Junio C Hamano-3/+5
2024-11-13Merge branch 'jt/commit-graph-missing'Junio C Hamano-2/+2
2024-11-13Merge branch 'en/shallow-exclude-takes-a-ref-fix'Junio C Hamano-0/+7
2024-11-13Merge branch 'ak/t1016-style'Junio C Hamano-132/+130
2024-11-13Merge branch 'ps/leakfixes-part-9'Junio C Hamano-2/+31
2024-11-13builtin/difftool: intialize some hashmap variablesSimon Marchi-0/+4
2024-11-12fetch: adjust refspec->raw_nr when filtering prefetch refspecsJeff King-0/+4
2024-11-12index-pack: repack local links into promisor packsJonathan Tan-0/+30
2024-11-12test-lib: check malloc debug LD_PRELOAD before usingJeff King-2/+5
2024-11-11t5300: add test for 'show-index --object-format'Abhijeet Sonar-0/+14
2024-11-11show-index: fix uninitialized hash functionAbhijeet Sonar-0/+4
2024-11-08Merge branch 'jk/left-right-bitmap'Junio C Hamano-0/+12
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano-124/+205
2024-11-07t/perf: add tests for git-describeJeff King-0/+30
2024-11-07t6120: demonstrate weakness in disjoint-root handlingJeff King-3/+11
2024-11-07Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10Junio C Hamano-2/+31
2024-11-06compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt-3/+5