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