aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/write-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-3/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-17Merge branch 'sl/sparse-write-tree'Junio C Hamano1-0/+3
2023-04-04write-tree: integrate with sparse indexShuqi Liang1-0/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
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-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason1-2/+3
2019-05-13cmd_{read,write}_tree: rename "unused" variable that is usedJeff King1-6/+6
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano1-3/+2
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe1-3/+2
2018-03-14cache-tree: convert write_*_as_tree to object_idbrian m. carlson1-1/+1
2018-03-14builtin/write-tree: convert to struct object_idbrian m. carlson1-3/+3
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2012-08-22i18n: write-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-5/+5
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+56