summaryrefslogtreecommitdiff
path: root/builtin/mktree.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* mktree: do not check type of remote objectsRichard Oliver2022-06-211-2/+9
* Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\
| * object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
* | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
|/
* builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason2021-06-091-1/+1
* mktree: drop unused length parameterJeff King2019-05-131-2/+2
* builtin/mktree: remove hard-coded constantbrian m. carlson2018-10-151-1/+1
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
* builtin/mktree: convert to struct object_idbrian m. carlson2018-03-141-12/+12
* Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-2/+2
|\
| * object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-2/+2
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-5/+5
|/
* mktree: plug memory leaks reported by CoverityJohannes Schindelin2017-05-081-2/+3
* use QSORTRené Scharfe2016-09-291-1/+1
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-4/+5
|\
| * convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-4/+5
* | mktree: there are only two possible line terminationsJunio C Hamano2016-01-151-6/+8
|/
* builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko2014-03-031-4/+1
* i18n: mktree: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-4/+4
* Merge "Move 'builtin-*' into a 'builtin/' subdirectory"ly/mktree-using-strbufJunio C Hamano2011-11-101-0/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+190