summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-08-23Merge branch 'ps/cat-file-remote-object-info-type'Junio C Hamano2-34/+85
2026-08-21send-pack: generate packfiles via the object databasePatrick Steinhardt1-6/+6
2026-08-21trailers: stop recognizing URLs as trailersKristoffer Haugsbakk2-0/+71
2026-08-20builtin/receive-pack: properly clean up keep filesJustin Tobler1-0/+31
2026-08-20worktree add: shouldn't dwim if -b or -B is givenYoichi NAKAYAMA1-0/+10
2026-08-20pack-objects: trace pack bytes writtenFriel1-0/+24
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano2-1/+19
2026-08-20Merge branch 'hn/branch-delete-merged'Junio C Hamano1-0/+421
2026-08-19odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` genericallyPatrick Steinhardt1-0/+18
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-2/+2
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-1/+2
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-1/+1
2026-08-18Merge branch 'hn/bisect-reset-when-found'Junio C Hamano1-0/+121
2026-08-17object-name: avoid use-after-free in get_oid_with_context_1()Shlok Kulshreshtha1-0/+11
2026-08-15Merge branch 'jc/add-resolved'Junio C Hamano2-0/+109
2026-08-15Merge branch 'kl/t7528-ssh-agent-for-csh-users'Junio C Hamano1-1/+1
2026-08-15Merge branch 'tn/packfile-uri-concurrency'Junio C Hamano2-0/+235
2026-08-15Merge branch 'jm/t0213-skip-emulated-ancestry-tests'Junio C Hamano1-3/+6
2026-08-13builtin/repack: add guards for --drop-filteredSiddharth Shrimali1-0/+35
2026-08-13builtin/repack: actually drop filtered promisor blobsSiddharth Shrimali1-0/+12
2026-08-13builtin/repack: enumerate promisor blobs for --drop-filteredSiddharth Shrimali1-1/+84
2026-08-13builtin/repack: add --drop-filtered and --dry-run optionsSiddharth Shrimali2-0/+56
2026-08-13completion: complete 'git history split' pathspecsVincent Mailhol1-0/+13
2026-08-13completion: complete 'git history --update-refs' valuesVincent Mailhol1-1/+4
2026-08-13completion: complete 'git history --empty' valuesVincent Mailhol1-1/+5
2026-08-13completion: add 'git history' subcommandsVincent Mailhol1-0/+30
2026-08-13completion: 'git checkout' completes untracked paths as a last resortJunio C Hamano1-2/+19
2026-08-13completion: complete tracked paths for "git checkout"Junio C Hamano1-0/+39
2026-08-13packfile: fix perf regression with many packsJohannes Schindelin1-0/+4
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-12completion: 'git diff' completes untracked paths as a last resortJunio C Hamano1-1/+19
2026-08-12completion: complete tracked paths for 'git diff'Junio C Hamano1-0/+40
2026-08-12sequencer: release the ODB before spawning git commitJohannes Schindelin1-0/+18
2026-08-12reftable tests: check reftable_table_init_ref_iterator() returnJohannes Schindelin1-2/+4
2026-08-12t7900: fix flaky "maintenance.strategy" testPatrick Steinhardt1-3/+3
2026-08-12t7900: adapt some tests to use a throwaway repositoryPatrick Steinhardt1-27/+43
2026-08-12serve: reject valueless promisor-remote capabilityElijah Newren1-0/+11
2026-08-11git: avoid segfault on "git --shallow-file" without a valueChristian Couder1-0/+7
2026-08-11Merge branch 'ns/merge-base-is-ancestor-tests'Junio C Hamano1-0/+31
2026-08-11Merge branch 'lo/mv-missing-dest-dir-check'Junio C Hamano1-0/+102
2026-08-11Merge branch 'sk/test-commit-body-helper'Junio C Hamano15-123/+91
2026-08-11commit-reach: remove commit-date ordering fallbackKristofer Karlsson1-4/+4
2026-08-11commit-reach: terminate merge-base walk when one paint side is exhaustedKristofer Karlsson1-2/+2
2026-08-11commit-reach: introduce struct paint_state with per-side countersKristofer Karlsson1-3/+3
2026-08-11t6600: add clock-skew topologies and step counts for edge casesKristofer Karlsson1-2/+91
2026-08-11commit-reach: add trace2 instrumentation to paint_down_to_common()Kristofer Karlsson1-13/+31
2026-08-11t6099: add side-exhaustion regression testKristofer Karlsson2-0/+83
2026-08-11t6600: add test cases for side-exhaustion edge casesElijah Newren1-0/+110
2026-08-11test-lib-functions: improve diagnostic output for trace2 data assertionsKristofer Karlsson1-0/+35