summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-13diff: widen `deflate_it()`'s bound local from int to `size_t`Johannes Schindelin1-1/+1
2026-08-13archive-zip: widen `zlib_deflate_raw()`'s maxsize local to `size_t`Johannes Schindelin1-1/+1
2026-08-13packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`Johannes Schindelin6-12/+13
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin7-15/+22
2026-08-13pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen `free_unpacked()` return to `size_t`Johannes Schindelin1-2/+2
2026-08-13pack-objects: widen delta-cache accounting to `size_t`Johannes Schindelin5-5/+27
2026-08-13delta: widen `create_delta_index()` parameter to `size_t`Johannes Schindelin2-2/+2
2026-08-13diff-delta: widen `struct delta_index`' size fields to `size_t`Johannes Schindelin2-5/+5
2026-08-12mailmap: map Elijah Newren's current and previous work addressesElijah Newren1-0/+2
2026-08-12Merge branch 'jc/complete-diff-tracked-paths' into jc/complete-checkoutJunio C Hamano2-28/+99
2026-08-12completion: 'git diff' completes untracked paths as a last resortJunio C Hamano2-1/+23
2026-08-12completion: complete tracked paths for 'git diff'Junio C Hamano2-0/+44
2026-08-12completion: no-op refactoring of diff completionJunio C Hamano1-29/+34
2026-08-12sequencer: release the ODB before spawning git commitJohannes Schindelin2-0/+19
2026-08-12bisect: handle dup() failure when redirecting stdoutJohannes Schindelin1-1/+8
2026-08-12bisect: check get_terms return at all call sitesJohannes Schindelin1-9/+15
2026-08-12bisect: check strbuf_getline_lf return when reading termsJohannes Schindelin2-4/+13
2026-08-12transport-helper: warn when export-marks file cannot be finalizedJohannes Schindelin1-1/+3
2026-08-12transport-helper: check dup() return in get_exporterJohannes Schindelin1-0/+2
2026-08-12compat/pread: check initial lseek for errorsJohannes Schindelin1-0/+2
2026-08-12last-modified: handle repo_parse_commit() failuresJohannes Schindelin1-3/+6
2026-08-12reftable tests: check reftable_table_init_ref_iterator() returnJohannes Schindelin1-2/+4
2026-08-12reftable/block: check deflateInit() return valueJohannes Schindelin1-1/+4
2026-08-12reftable: handle block-writer initialization errorsJohannes Schindelin1-1/+7
2026-08-12config: propagate launch_editor() failure in show_editor()Johannes Schindelin1-1/+4
2026-08-12http: die on curl_easy_duphandle failure in get_active_slotJohannes Schindelin1-0/+2
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-12Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...Junio C Hamano17-58/+168
2026-08-12sequencer: remove unnecessary variable settingElijah Newren1-1/+0
2026-08-12serve: reject valueless promisor-remote capabilityElijah Newren2-0/+14
2026-08-11git: avoid segfault on "git --shallow-file" without a valueChristian Couder2-3/+14
2026-08-11The 13th batchJunio C Hamano1-0/+24
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 Hamano2-3/+146
2026-08-11Merge branch 'kh/doc-replay-config'Junio C Hamano3-10/+27
2026-08-11Merge branch 'sk/test-commit-body-helper'Junio C Hamano15-123/+91
2026-08-11Merge branch 'ja/doc-synopsis-style-yet-more'Junio C Hamano7-302/+311
2026-08-11commit-reach: remove commit-date ordering fallbackKristofer Karlsson3-50/+10
2026-08-11commit-reach: move min_generation check into paint_queue_get()Kristofer Karlsson1-13/+18
2026-08-11commit-reach: terminate merge-base walk when one paint side is exhaustedKristofer Karlsson3-8/+41
2026-08-11commit-reach: introduce struct paint_state with per-side countersKristofer Karlsson3-36/+91
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 Karlsson2-13/+36
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
2026-08-11Documentation/technical: add paint-down-to-common docKristofer Karlsson4-1/+181
2026-08-11fast-import: remove useless from_stream argumentChristian Couder1-11/+9