summaryrefslogtreecommitdiffstats
path: root/tree-walk.c
AgeCommit message (Expand)AuthorLines
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe-1/+3
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt-6/+4
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-3/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt-2/+2
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano-34/+24
2024-02-23fill_tree_descriptor(): mark error message for translationJohannes Schindelin-1/+1
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman-15/+21
2023-10-02object: factor out parse_mode out of fast-import and tree-walk into in object.hEric W. Biederman-19/+3
2023-08-31traverse_trees(): respect max_allowed_tree_depthJeff King-0/+4
2023-08-31tree-walk: rename "error" variableJeff King-3/+3
2023-08-31tree-walk: reduce stack size for recursive functionsJeff King-4/+6
2023-08-02Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano-18/+18
2023-07-07tree-walk: drop unused base_offset from do_match()Junio C Hamano-17/+16
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano-2/+3
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.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-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King-5/+9
2022-02-25object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason-3/+3
2021-04-27Always use oidread to read into struct object_idbrian m. carlson-1/+1
2021-01-04tree-walk: report recursion countsDerrick Stolee-0/+33
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'SZEDER Gábor-1/+8
2020-02-04tree-walk.c: break circular dependency with unpack-treesJeff King-2/+1
2020-01-30traverse_trees(): use stack array for name entriesJeff King-5/+8
2020-01-06Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano-6/+0
2020-01-02mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin-6/+0
2019-12-09Sync with Git 2.24.1Junio C Hamano-0/+6
2019-12-06Merge branch 'jk/lore-is-the-archive'Junio C Hamano-1/+1
2019-12-06Sync with 2.23.1Johannes Schindelin-0/+6
2019-12-06Sync with 2.22.2Johannes Schindelin-0/+6
2019-12-06Sync with 2.21.1Johannes Schindelin-0/+6
2019-12-06Sync with 2.20.2Johannes Schindelin-0/+6
2019-12-06Sync with 2.19.3Johannes Schindelin-0/+6
2019-12-06Sync with 2.18.2Johannes Schindelin-0/+6
2019-12-06Sync with 2.17.3Johannes Schindelin-0/+6
2019-12-06Sync with 2.15.4Johannes Schindelin-0/+6
2019-12-06Sync with 2.14.6Johannes Schindelin-0/+6
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin-0/+6
2019-11-30doc: replace public-inbox links with lore.kernel.orgJeff King-1/+1
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano-22/+42
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King-8/+20
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King-6/+15