summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt9-16/+19
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt3-4/+4
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt1-4/+20
2025-07-16Merge branch 'rs/parse-options-precision'Junio C Hamano4-0/+9
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano2-15/+9
2025-07-16commit: avoid scanning trailing comments when 'core.commentChar' is "auto"Ayush Chandekar1-1/+5
2025-07-15Merge branch 'ps/object-store'Junio C Hamano40-263/+272
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt2-8/+12
2025-07-15Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midxJunio C Hamano2-87/+289
2025-07-15for-each-ref: introduce a '--start-after' optionKarthik Nayak1-0/+8
2025-07-14Merge branch 'kh/doc-config-subcommands'Junio C Hamano1-6/+6
2025-07-14Merge branch 'ac/prune-wo-the-repository'Junio C Hamano3-17/+14
2025-07-14Merge branch 'cb/total-ram-bsd-fix'Junio C Hamano1-3/+10
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano40-264/+272
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder2-36/+139
2025-07-09parse-options: add precision handling for OPTION_NEGBITRené Scharfe1-0/+1
2025-07-09parse-options: add precision handling for OPTION_BITRené Scharfe1-0/+1
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe1-0/+6
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe1-0/+1
2025-07-09Merge branch 'ps/object-store' into ps/object-store-midxJunio C Hamano40-264/+272
2025-07-08remote: detect collisions in remote namesJeff King1-0/+17
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano3-94/+156
2025-07-07Merge branch 'jk/fix-leak-send-pack'Junio C Hamano1-3/+6
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano2-66/+42
2025-07-07builtin/gc: correct total_ram calculation with HAVE_BSD_SYSCTLCarlo Marcelo Arenas Belón1-3/+10
2025-07-07builtin/prune: stop depending on 'the_repository'Ayush Chandekar1-15/+12
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar3-3/+3
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord2-8/+2
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord2-12/+12
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-1/+1
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson8-8/+8
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt4-21/+15
2025-07-01odb: rename `has_object()`Patrick Steinhardt11-26/+27
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt14-63/+59
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt19-69/+79
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-1/+2
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt3-3/+5
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt4-9/+12
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt2-2/+3
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt1-1/+1
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt38-38/+38
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt8-32/+32
2025-07-01send-pack: clean-up even when taking an early exitJunio C Hamano1-3/+5
2025-07-01config: mention --url in the synopsisKristoffer Haugsbakk1-1/+1
2025-07-01config: use --value=<pattern> consistentlyKristoffer Haugsbakk1-6/+6
2025-06-30Merge branch 'jc/merge-compact-summary'Junio C Hamano2-4/+65
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano1-11/+449
2025-06-27send-pack: clean up extra_have oid arrayJacob Keller1-0/+1
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano5-183/+249