aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/mktree.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-06-21mktree: do not check type of remote objectsRichard Oliver1-2/+9
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-1/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason1-1/+1
2019-05-13mktree: drop unused length parameterJeff King1-2/+2
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14builtin/mktree: convert to struct object_idbrian m. carlson1-12/+12
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-2/+2
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-2/+2
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara1-5/+5
2017-05-08mktree: plug memory leaks reported by CoverityJohannes Schindelin1-2/+3
2016-09-29use QSORTRené Scharfe1-1/+1
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-4/+5
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-4/+5
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano1-6/+8
2014-03-03builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko1-4/+1
2012-08-20i18n: mktree: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-4/+4
2011-11-10Merge "Move 'builtin-*' into a 'builtin/' subdirectory"Junio C Hamano1-0/+191
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+190