summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-27http: avoid concurrent appends to partial packsTed Nyman3-16/+187
2026-07-27http: accept HTTP 416 for complete partial packsTed Nyman4-3/+25
2026-07-27http: avoid closing index-pack input twiceTed Nyman1-6/+1
2026-07-27http-fetch: correct --index-pack-arg documentationTed Nyman2-6/+7
2026-07-27The 8th batchJunio C Hamano1-0/+51
2026-07-27Merge branch 'bc/rust-hash-cleanups'Junio C Hamano1-2/+11
2026-07-27Merge branch 'pw/rebase-drop-notes-with-commit'Junio C Hamano4-34/+140
2026-07-27Merge branch 'ps/copy-wo-the-repository'Junio C Hamano10-20/+24
2026-07-27Merge branch 'sc/wt-status-avoid-quadratic-insertion'Junio C Hamano1-2/+4
2026-07-27Merge branch 'ps/refspec-wo-the-repository'Junio C Hamano11-47/+72
2026-07-27Merge branch 'rs/remote-curl-simplify-push-specs'Junio C Hamano1-11/+9
2026-07-27Merge branch 'td/ref-filter-memoize-contains'Junio C Hamano5-7/+87
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano25-171/+208
2026-07-27Merge branch 'jc/submodule-helper-avoid-zu'Junio C Hamano1-1/+2
2026-07-27Merge branch 'ps/shift-root-in-graph'Junio C Hamano11-48/+1032
2026-07-26rebase: remember fixup -c after skipping fixup/squashPhillip Wood2-4/+63
2026-07-26rebase -i: fix counting of fixups after rebase --skipPhillip Wood2-5/+42
2026-07-26ci: bump ubuntu image version for static-analysis jobJeff King2-3/+3
2026-07-26bloom: silence CHECK_ASSERTION_SIDE_EFFECTS false positiveJeff King1-3/+3
2026-07-25Merge branch 'ps/cat-file-remote-object-info' into ps/cat-file-remote-object-...Junio C Hamano23-91/+1444
2026-07-25remote: plug memory leaksJunio C Hamano1-2/+9
2026-07-25branch: report active bisect run when rejecting deleteRené Scharfe4-25/+72
2026-07-24pack-bitmap: handle duplicate pack entries during MIDX reuseTaylor Blau3-15/+125
2026-07-24test-tool bitmap: reject packs with duplicate objectsTaylor Blau2-0/+10
2026-07-24midx: verify duplicate pack entries by OID and offsetTaylor Blau3-11/+80
2026-07-24packfile: recover delta cycles through duplicate entriesTaylor Blau2-6/+341
2026-07-24t5308: test reverse indexes with duplicate objectsTaylor Blau1-0/+39
2026-07-24builtin/clone: fix segfault when using --revision with protocol v0Adrian Friedli2-1/+9
2026-07-24cat-file: make remote-object-info allow-list adapt to the serverPablo Sabater5-35/+113
2026-07-24cat-file: add remote-object-info to batch-commandEric Ju6-7/+930
2026-07-24transport: add client support for object-infoCalvin Wan9-0/+240
2026-07-24serve: advertise object-info featureCalvin Wan1-1/+4
2026-07-24protocol-caps: check object existence regardless of the attributes requestedPablo Sabater3-14/+115
2026-07-24fetch-pack: move fetch initializationCalvin Wan1-6/+6
2026-07-24connect: make write_fetch_command_and_capabilities() more genericPablo Sabater3-8/+12
2026-07-24fetch-pack: move write_fetch_command_and_capabilities() to connect.cPablo Sabater3-34/+38
2026-07-24fetch-pack: use unsigned int for hash_algo variablePablo Sabater1-1/+1
2026-07-24fetch-pack: drop the static advertise_sid variablePablo Sabater1-6/+7
2026-07-24t1006: extract helper functions into new 'lib-cat-file.sh'Eric Ju2-13/+18
2026-07-24cat-file: declare loop counter inside for()Eric Ju2-11/+5
2026-07-24transport-helper: fix memory leak of helper on disconnectPablo Sabater1-1/+1
2026-07-23doc: convert git-request-pull synopsis and options to new styleJean-Noël Avila1-15/+23
2026-07-23doc: convert git-send-email synopsis and options to new styleJean-Noël Avila2-127/+127
2026-07-23doc: convert git-format-patch synopsis and options to new styleJean-Noël Avila2-149/+148
2026-07-23doc: convert git-imap-send synopsis and options to new styleJean-Noël Avila2-11/+13
2026-07-23userdiff: add support for SwiftShlok Kulshreshtha15-0/+86
2026-07-22submodule: resolve insteadOf aliases when matching remoteÉric NICOLAS2-3/+30
2026-07-22revision: honor --exclude-first-parent-only with SEEN first parentJunio C Hamano2-2/+26
2026-07-22rebase: guard non-branch symref targetsSon Luong Ngoc3-0/+106
2026-07-22rebase: skip branch symref aliasesSon Luong Ngoc3-13/+49