summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorLines
4 daysMerge branch 'ds/fetch-negotiation-options' into jchJunio C Hamano-15/+99
5 daysfetch: add --negotiation-require option for negotiationDerrick Stolee-6/+90
5 daystransport: rename negotiation_tipsDerrick Stolee-9/+9
12 daysMerge branch 'ps/odb-cleanup'Junio C Hamano-2/+2
13 daysMerge branch 'ps/fsck-wo-the-repository'Junio C Hamano-1/+8
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt-2/+2
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano-6/+2
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt-2/+2
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt-2/+6
2026-03-23fetch-pack: move fsck options into function scopePatrick Steinhardt-1/+4
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano-4/+11
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt-4/+11
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder-0/+24
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano-2/+3
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano-2/+3
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-12/+4
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt-2/+2
2025-08-28Merge branch 'jk/fetch-check-graph-objects-fix'Junio C Hamano-1/+2
2025-08-25fetch-pack: re-scan when double-checking graph objectsJeff King-1/+2
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano-1/+1
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano-8/+8
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano-1/+1
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano-5/+8
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt-4/+4
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe-5/+8
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano-1/+1
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano-1/+1
2025-07-01Use legacy hash for legacy formatsbrian m. carlson-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-2/+2
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-4/+3
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano-1/+3
2025-01-21pack-write: pass repository to `index_pack_lockfile()`Karthik Nayak-1/+3
2025-01-07fsck: reject misconfigured fsck.skipListJustin Tobler-1/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-28fetch-pack: split out fsck config parsingJustin Tobler-8/+18
2024-11-05fetch-pack: die if in commit graph but not obj dbJonathan Tan-3/+16
2024-11-05Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"Jonathan Tan-18/+7
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano-1/+1
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano-0/+3
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-1/+1
2024-09-05drop trailing newline from warning/error/die messagesJeff King-1/+1
2024-09-05fetch-pack: fix memory leaks on fetch negotiationPatrick Steinhardt-0/+3