aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-import.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano1-140/+140
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano1-2/+2
2025-10-30fast-import: mark strings for translationChristian Couder1-140/+140
2025-10-28Merge branch 'cc/fast-import-strip-signed-tags'Junio C Hamano1-0/+43
2025-10-16packfile: rename `packfile_store_get_all_packs()`Patrick Steinhardt1-2/+2
2025-10-13fast-import: add '--signed-tags=<mode>' optionChristian Couder1-0/+43
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano1-4/+6
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-2/+4
2025-09-24packfile: introduce function to load and add packfilesPatrick Steinhardt1-2/+2
2025-09-24packfile: refactor `install_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-09-17fast-import: add '--signed-commits=<mode>' optionChristian Couder1-10/+53
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-2/+2
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-6/+6
2025-07-23Merge branch 'cc/fast-import-export-signature-names'Junio C Hamano1-22/+91
2025-07-23config: drop `git_config_get_ulong()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-3/+3
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-2/+2
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder1-22/+91
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-11/+8
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-8/+9
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt1-1/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-4/+4
2025-03-29Merge branch 'cc/signed-fast-export-import'Junio C Hamano1-0/+23
2025-03-10fast-export, fast-import: add support for signed-commitsLuke Shumaker1-0/+23
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-2/+2
2025-03-10pack-write: stop depending on `the_repository` and `the_hash_algo`Patrick Steinhardt1-1/+1
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-2/+2
2025-02-10Merge branch 'ps/hash-cleanup'Junio C Hamano1-8/+8
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-2/+2
2025-02-03Merge branch 'kn/pack-write-with-reduced-globals'Junio C Hamano1-5/+6
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano1-1/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-6/+6
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-2/+2
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano1-1/+1
2025-01-23csum-file: introduce hashfile_checkpoint_init()Taylor Blau1-1/+1
2025-01-21pack-write: pass hash_algo to `write_idx_file()`Karthik Nayak1-2/+2
2025-01-21pack-write: pass hash_algo to `fixup_pack_header_footer()`Karthik Nayak1-3/+4
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-2/+1
2025-01-01Merge branch 'ps/weak-sha1-for-tail-sum-fix'Junio C Hamano1-1/+1
2024-12-30builtin/fast-import: fix segfault with unsafe SHA1 backendPatrick Steinhardt1-1/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano1-7/+8
2024-12-13Merge branch 'en/fast-import-verify-path'Junio C Hamano1-0/+6