summaryrefslogtreecommitdiffstats
path: root/builtin/write-tree.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-07-09parse-options: add precision handling for OPTION_BITRené Scharfe-0/+1
2025-04-17global: use designated initializers for optionsPatrick Steinhardt-4/+8
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano-3/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-2/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt-2/+2
2024-04-18builtin: stop using `the_index`Patrick Steinhardt-3/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+0
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+1
2023-04-17Merge branch 'sl/sparse-write-tree'Junio C Hamano-0/+3
2023-04-04write-tree: integrate with sparse indexShuqi Liang-0/+3
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-10cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"Ævar Arnfjörð Bjarmason-2/+3
2019-05-13cmd_{read,write}_tree: rename "unused" variable that is usedJeff King-6/+6
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-0/+1
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano-3/+2
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe-3/+2
2018-03-14cache-tree: convert write_*_as_tree to object_idbrian m. carlson-1/+1
2018-03-14builtin/write-tree: convert to struct object_idbrian m. carlson-3/+3
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2012-08-22i18n: write-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy-5/+5
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds-0/+56