aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
13 dayscocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-4/+7
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