summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-1/+1
2026-08-20builtin/receive-pack: properly clean up keep filesJustin Tobler1-1/+1
2026-08-15Merge branch 'tn/packfile-uri-concurrency'Junio C Hamano1-15/+18
2026-07-27fetch-pack: accept "pack" output for packfile URIsTed Nyman1-15/+18
2026-07-24fetch-pack: move fetch initializationCalvin Wan1-6/+6
2026-07-24connect: make write_fetch_command_and_capabilities() more genericPablo Sabater1-2/+2
2026-07-24fetch-pack: move write_fetch_command_and_capabilities() to connect.cPablo Sabater1-34/+0
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-24cat-file: declare loop counter inside for()Eric Ju1-2/+1
2026-06-09prio-queue: rename .nr to .nr_ and add accessor helpersKristofer Karlsson1-2/+2
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-15/+84
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee1-6/+75
2026-05-20transport: rename negotiation_tipsDerrick Stolee1-9/+9
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-2/+2
2026-04-07Merge branch 'ps/fsck-wo-the-repository'Junio C Hamano1-1/+8
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-2/+2
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano1-6/+2
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt1-2/+2
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt1-2/+6
2026-03-23fetch-pack: move fsck options into function scopePatrick Steinhardt1-1/+4
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-4/+11
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt1-4/+11
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder1-0/+24
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano1-2/+3
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano1-2/+3
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-12/+4
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-2/+2
2025-08-28Merge branch 'jk/fetch-check-graph-objects-fix'Junio C Hamano1-1/+2
2025-08-25fetch-pack: re-scan when double-checking graph objectsJeff King1-1/+2
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano1-1/+1
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-8/+8
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano1-1/+1
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano1-5/+8
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-4/+4
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe1-5/+8
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano1-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-1/+1
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+2
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-4/+3
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano1-1/+3
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak1-1/+3