summaryrefslogtreecommitdiff
path: root/builtin/mktree.c
AgeCommit message (Expand)Author
2019-05-13mktree: drop unused length parameterJeff King
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14builtin/mktree: convert to struct object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2017-05-08mktree: plug memory leaks reported by CoverityJohannes Schindelin
2016-09-29use QSORTRené Scharfe
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano
2014-03-03builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko
2012-08-20i18n: mktree: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-11-10Merge "Move 'builtin-*' into a 'builtin/' subdirectory"Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds