summaryrefslogtreecommitdiff
path: root/builtin/fast-import.c
AgeCommit message (Expand)Author
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-02Merge branch 'jk/fast-import-marks-cleanup'Junio C Hamano
2020-10-16fast-import: remove duplicated option-parsing lineJeff King
2020-10-15fast-import: fix over-allocation of marks storageJeff King
2020-09-06fast-import: use write_pack_header()René Scharfe
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano
2020-08-13make git-fast-import a builtinJeff King