summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-20pack-objects: trace pack bytes writtenFriel2-0/+29
2026-08-20The 16th batchJunio C Hamano1-0/+16
2026-08-20Merge branch 'kh/doc-trailers'Junio C Hamano1-24/+64
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano17-58/+168
2026-08-20Merge branch 'hn/branch-delete-merged'Junio C Hamano6-31/+841
2026-08-19odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` genericallyPatrick Steinhardt5-40/+52
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt9-33/+73
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt6-18/+42
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt7-39/+46
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt7-16/+36
2026-08-19completion: zsh: support completion after "git -C <path>"Lutz Lengemann1-1/+24
2026-08-18The 15th batchJunio C Hamano1-0/+16
2026-08-18Merge branch 'hn/bisect-reset-when-found'Junio C Hamano4-14/+285
2026-08-18Merge branch 'ps/writev'Junio C Hamano12-7/+190
2026-08-18Merge branch 'kh/doc-refs-migrate-limitations'Junio C Hamano1-15/+15
2026-08-17doc: format-rev: use [synopsis] on code blockKristoffer Haugsbakk1-2/+3
2026-08-17doc: format-rev: quote subject placeholder before and afterKristoffer Haugsbakk1-2/+2
2026-08-17odb: drop `alternates_db` fieldPatrick Steinhardt2-15/+9
2026-08-17odb: drop `loaded_alternates` fieldPatrick Steinhardt2-10/+1
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt11-46/+4
2026-08-17odb: decouple source path comparisons from `the_repository`Patrick Steinhardt3-22/+78
2026-08-17setup: create ref and object databases after config is writtenPatrick Steinhardt1-6/+6
2026-08-17object-name: avoid use-after-free in get_oid_with_context_1()Shlok Kulshreshtha2-6/+19
2026-08-15The 14th batchJunio C Hamano1-0/+21
2026-08-15Merge branch 'jc/add-resolved'Junio C Hamano10-99/+321
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 Hamano8-46/+305
2026-08-15Merge branch 'jm/t0213-skip-emulated-ancestry-tests'Junio C Hamano1-3/+6
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen15-49/+51
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton10-44/+30
2026-08-14doc: fix typo in submitting patchesSwapnil Saste | INDIA1-1/+1
2026-08-13diff: avoid misleading statement about -l optionElijah Newren1-1/+1
2026-08-13builtin/repack: add guards for --drop-filteredSiddharth Shrimali3-0/+96
2026-08-13builtin/repack: actually drop filtered promisor blobsSiddharth Shrimali3-4/+50
2026-08-13builtin/repack: enumerate promisor blobs for --drop-filteredSiddharth Shrimali4-2/+189
2026-08-13repack-promisor: allow excluding objects from the rebuilt promisor packSiddharth Shrimali3-3/+18
2026-08-13list-objects-filter: add list_objects_filter__filter_oidset()Siddharth Shrimali2-0/+61
2026-08-13builtin/repack: add --drop-filtered and --dry-run optionsSiddharth Shrimali3-3/+127
2026-08-13completion: complete 'git history split' pathspecsVincent Mailhol2-0/+19
2026-08-13completion: complete 'git history --update-refs' valuesVincent Mailhol2-1/+9
2026-08-13completion: complete 'git history --empty' valuesVincent Mailhol2-1/+14
2026-08-13completion: add 'git history' subcommandsVincent Mailhol2-0/+75
2026-08-13completion: 'git checkout' completes untracked paths as a last resortJunio C Hamano2-2/+23
2026-08-13completion: complete tracked paths for "git checkout"Junio C Hamano2-0/+43
2026-08-13completion: no-op refactoring of checkout completionJunio C Hamano1-40/+42
2026-08-13packfile: fix perf regression with many packsJohannes Schindelin4-4/+10
2026-08-13packfile: widen `unpack_object_header_buffer()` to `size_t`Johannes Schindelin4-12/+9
2026-08-13git-zlib: widen `git_deflate_bound()` to `size_t`Johannes Schindelin2-3/+15
2026-08-13t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`Johannes Schindelin1-1/+1
2026-08-13http-push: widen `start_put()`'s size local from `ssize_t` to `size_t`Johannes Schindelin1-1/+1