summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2025-11-18test-mktemp: plug memory and descriptor leaksJeff King
2025-11-18unit-test: ignore --no-chain-lintJeff King
2025-11-18t: enable ASan's strict_string_checks optionJeff King
2025-11-17merge-ort: fix failing merges in special corner caseElijah Newren
2025-11-17t6429: update comment to mention correct toolElijah Newren
2025-11-17blame: make diff algorithm configurableAntonin Delpeuch
2025-11-16builtin/repo: fix table alignment for UTF-8 charactersJiang Xin
2025-11-16t/unit-tests: add UTF-8 width tests for CJK charsJiang Xin
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King
2025-11-15object-file: disallow adding submodules of different hash algobrian m. carlson
2025-11-12diff: highlight and error out on incomplete linesJunio C Hamano
2025-11-12apply: check and fix incomplete linesJunio C Hamano
2025-11-12Merge branch 'tc/last-modified-active-paths-optimization'Junio C Hamano
2025-11-12attr: avoid recursion when expanding attribute macrosJeff King
2025-11-10diff: disable rename detection with --quietRené Scharfe
2025-11-10maintenance: add 'is-needed' subcommandKarthik Nayak
2025-11-10reftable/stack: add function to check if optimization is requiredKarthik Nayak
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano
2025-11-05Merge branch 'rz/t0450-bisect-doc-update'Junio C Hamano
2025-11-05replay: add replay.refAction config optionSiddharth Asthana
2025-11-05replay: make atomic ref updates the default behaviorSiddharth Asthana
2025-11-04Merge branch 'jk/doc-backslash-in-exclude'Junio C Hamano
2025-11-04Merge branch 'jk/test-delete-gpgsig-leakfix'Junio C Hamano
2025-11-04Merge branch 'eb/t1016-hash-transition-fix'Junio C Hamano
2025-11-04Merge branch 'tz/test-prepare-gnupghome'Junio C Hamano
2025-11-04Merge branch 'jt/repo-structure'Junio C Hamano
2025-11-04Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-neededJunio C Hamano
2025-11-04Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-neededJunio C Hamano
2025-11-04t/pack-refs-tests: move the 'test_done' to calleesKarthik Nayak
2025-11-04t7004: do not chdir around in the main processJunio C Hamano
2025-11-04ref-filter: fix stale parsed objectsPatrick Steinhardt
2025-11-04ref-filter: detect broken tags when dereferencing themPatrick Steinhardt
2025-11-04refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-11-03last-modified: implement faster algorithmToon Claes
2025-11-03Merge branch 'rs/merge-base-optim'Junio C Hamano
2025-11-03Merge branch 'jk/diff-patch-dry-run-cleanup'Junio C Hamano
2025-11-03Merge branch 'ps/maintenance-geometric'Junio C Hamano
2025-11-03Merge branch 'jk/match-pathname-fix'Junio C Hamano
2025-11-03Merge branch 'rs/add-patch-quit'Junio C Hamano
2025-10-30Merge branch 'ly/diff-name-only-with-diff-from-content'Junio C Hamano
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano
2025-10-30Merge branch 'ps/symlink-symref-deprecation'Junio C Hamano
2025-10-30Merge branch 'ey/commit-graph-changed-paths-config'Junio C Hamano
2025-10-30fast-import: mark strings for translationChristian Couder
2025-10-29test-tool: fix leak in delete-gpgsig commandJeff King
2025-10-29doc: document backslash in gitignore patternsJeff King
2025-10-28t1016-compatObjectFormat: really freeze time for reproduciblityEric W. Biederman
2025-10-28bisect: update usage and docs to match each otherRuoyu Zhong