summaryrefslogtreecommitdiff
path: root/builtin/fast-import.c
AgeCommit message (Expand)Author
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
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano
2025-01-23csum-file: introduce hashfile_checkpoint_init()Taylor Blau
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak