aboutsummaryrefslogtreecommitdiff
path: root/builtin/fast-import.c
AgeCommit message (Expand)Author
7 daysMerge branch 'jt/fast-import-signed-modes'Junio C Hamano
14 daysMerge branch 'vp/http-rate-limit-retries'Junio C Hamano
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler
2026-03-26fast-import: add 'sign-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler
2026-03-26fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'Justin Tobler
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'Justin Tobler
2026-03-24Merge branch 'jt/fast-import-sign-again'Junio C Hamano
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt
2026-03-05odb: introduce "files" sourcePatrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2025-12-05Merge branch 'cc/fast-import-strip-if-invalid'Junio C Hamano
2025-11-26fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>Christian Couder
2025-11-19Merge branch 'ps/packed-git-in-object-store'Junio C Hamano
2025-11-16fast-import: refactor finalize_commit_buffer()Christian Couder
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano
2025-10-30packfile: move list of packs into the packfile storePatrick Steinhardt
2025-10-30fast-import: mark strings for translationChristian Couder
2025-10-28Merge branch 'cc/fast-import-strip-signed-tags'Junio C Hamano
2025-10-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt
2025-10-13fast-import: add '--signed-tags=<mode>' optionChristian Couder
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt
2025-09-17fast-import: add '--signed-commits=<mode>' optionChristian Couder
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-07-23Merge branch 'cc/fast-import-export-signature-names'Junio C Hamano
2025-07-23config: drop `git_config_get_ulong()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-29Merge branch 'cc/signed-fast-export-import'Junio C Hamano
2025-03-10fast-export, fast-import: add support for signed-commitsLuke Shumaker
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt