summary refs log tree commit diff
path: root/builtin/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
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