aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge branch 'cc/fast-import-strip-if-invalid'Junio C Hamano1-9/+65
2025-11-26fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>Christian Couder1-6/+53
2025-11-19Merge branch 'ps/packed-git-in-object-store'Junio C Hamano1-2/+2
2025-11-16fast-import: refactor finalize_commit_buffer()Christian Couder1-4/+13
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-30packfile: move list of packs into the packfile storePatrick Steinhardt1-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-28Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...Junio C Hamano1-2/+2
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
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
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-2/+2
2024-08-14builtin/fast-import: plug trivial memory leaksPatrick Steinhardt1-2/+6
2024-08-13config: pass repo to `git_die_config()`Patrick Steinhardt1-2/+2
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt1-1/+3
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-18/+21
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-2/+3
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-4/+7
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-2/+3
2024-04-15fast-import: make comments more preciseThalia Archibald1-3/+3
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald1-0/+2
2024-04-15fast-import: remove dead strbufThalia Archibald1-5/+0
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald1-3/+0
2024-04-15fast-import: directly use strbufs for pathsThalia Archibald1-37/+27
2024-04-15fast-import: tighten path unquotingThalia Archibald1-43/+65
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-16/+2
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-1/+5
2023-12-26fast-import: use mem_pool_calloc()René Scharfe1-2/+1
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman1-16/+2
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano1-0/+1
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong1-0/+1
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-8/+9
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+9
2023-03-28fast-import: fix file access when run from subdirJeff King1-2/+8
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+4
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-1/+1
2023-02-24mark unused parameters in signal handlersJeff King1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King1-1/+1
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-1/+1
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-6/+6
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+1
2022-03-06Merge branch 'ab/c99-designated-initializers'Junio C Hamano1-4/+10
2022-02-25object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason1-3/+3
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason1-3/+3
2022-02-24fast-import.c: use designated initializers for "partial" struct assignmentsÆvar Arnfjörð Bjarmason1-4/+10
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2021-12-07usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason1-5/+7
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson1-2/+2
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-2/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-4/+4
2020-11-02Merge branch 'jk/fast-import-marks-cleanup'Junio C Hamano1-1/+0
2020-10-16fast-import: remove duplicated option-parsing lineJeff King1-1/+0
2020-10-15fast-import: fix over-allocation of marks storageJeff King1-14/+17
2020-09-06fast-import: use write_pack_header()René Scharfe1-7/+1
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano1-0/+3640
2020-08-13make git-fast-import a builtinJeff King1-0/+3648