aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-import.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano1-2/+2
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-2/+2
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak1-4/+4
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-1/+2
2024-12-02fast-import: disallow more path componentsElijah Newren1-2/+6
2024-11-27Merge branch 'en/fast-import-avoid-self-replace'Junio C Hamano1-1/+15
2024-11-26fast-import: disallow "." and ".." path componentsElijah Newren1-0/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-2/+2
2024-11-19fast-import: avoid making replace refs point to themselvesElijah Newren1-1/+15
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King1-4/+2