summaryrefslogtreecommitdiff
path: root/builtin/unpack-file.c
AgeCommit message (Expand)Author
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28builtins: mark unused prefix parametersJeff King
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-21unpack-file: fix ancient leak in create_temp_file()Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-07-17builtin/unpack-file: convert to struct object_idbrian m. carlson
2017-06-15config: don't include config.h by defaultBrandon Williams
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2011-03-22Fix sparse warningsStephen Boyd
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds