summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge branch 'mm/diff-process-hunks' into seenJunio C Hamano4-0/+352
4 daysMerge branch 'cc/early-scan-options' into seenJunio C Hamano3-0/+75
4 daysMerge branch 'tb/pack-with-duplicates' into seenJunio C Hamano2-4/+17
4 daysMerge branch 'as/utimensat-utimes' into jchJunio C Hamano1-8/+12
4 daysMerge branch 'ps/odb-stop-registering-in-memory-sources' into jchJunio C Hamano3-22/+33
4 daysMerge branch 'en/midx-missing-pack-fallback'Junio C Hamano1-1/+1
11 daysdiff: consult oid-only hunk providers via diff.<driver>.processMichael Montalbo4-0/+352
12 daysparse-options: build early scan options from a struct option arrayChristian Couder3-0/+34
12 daysparse-options: add early_scan_options()Christian Couder3-0/+41
12 dayst/helper: stop registering alternates in "ref-store" commandPatrick Steinhardt1-8/+0
12 dayst/helper: adapt read-midx to not link ad-hoc source anymorePatrick Steinhardt1-12/+31
12 dayssubmodule-config: remove uses of `the_repository`Patrick Steinhardt1-2/+2
14 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-1/+1
2026-08-30packfile: recover when a multi-pack-index names a removed packElijah Newren1-1/+1
2026-08-24Merge branch 'js/pack-objects-delta-size-t'Junio C Hamano2-4/+5
2026-08-23Merge branch 'cc/fast-import-usage'Junio C Hamano1-0/+4
2026-08-21compat/posix: drop legacy <utime.h> header and shimsAlexey Samsonov1-1/+0
2026-08-21treewide: use utimensat(2) instead of legacy utime(3p)Alexey Samsonov1-7/+12
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-1/+1
2026-08-13t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`Johannes Schindelin1-1/+1
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin2-3/+4
2026-08-11parse-options: introduce OPT_HIDDEN_GROUPChristian Couder1-0/+4
2026-08-07Merge branch 'mm/revision-pure-get-commit-action'Junio C Hamano1-0/+63
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano1-1/+1
2026-07-24test-tool bitmap: reject packs with duplicate objectsTaylor Blau1-0/+3
2026-07-24midx: verify duplicate pack entries by OID and offsetTaylor Blau1-4/+14
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-1/+1
2026-07-16Merge branch 'jk/git-hash-cleanups'Junio C Hamano3-19/+18
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-1/+1
2026-07-15revision: make get_commit_action() a pure predicateMichael Montalbo1-0/+63
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-1/+1
2026-07-07hash: convert remaining direct function callsJeff King1-15/+14
2026-07-07hash: use git_hash_init() consistentlyJeff King3-4/+4
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano1-1/+1
2026-07-06Merge branch 'ty/move-protect-hfs-ntfs'Junio C Hamano1-9/+15
2026-07-06Merge branch 'ps/odb-source-packed'Junio C Hamano1-2/+5
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt1-1/+1
2026-06-26reftable: split up write optionsPatrick Steinhardt1-1/+1
2026-06-24Merge branch 'ps/odb-source-packed' into ps/odb-drop-whenceJunio C Hamano1-2/+5
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+1
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-2/+5
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin2-2/+3
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-4/+6
2026-06-12environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'Tian Yuchen1-9/+15
2026-06-02Merge branch 'ds/path-walk-filters'Junio C Hamano1-2/+15
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano33-39/+43
2026-05-27Merge branch 'tb/pseudo-merge-bugfixes'Junio C Hamano1-1/+112
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-1/+5
2026-05-24path-walk: support blobless filterDerrick Stolee1-1/+10
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt30-34/+36