summaryrefslogtreecommitdiffstats
path: root/tree-walk.c
AgeCommit message (Expand)AuthorLines
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
2019-08-01tree-walk: use size_t consistentlyJeff King-2/+2
2019-07-31tree-walk: drop oid from traverse_infoJeff King-11/+12
2019-07-31setup_traverse_info(): stop copying oidJeff King-3/+1
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy-4/+8
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy-6/+12
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy-2/+4
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy-3/+4
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren-3/+3
2019-02-06Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano-2/+2
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano-9/+12
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityDavid Turner-2/+2
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson-4/+7
2019-01-15tree-walk: copy object ID before usebrian m. carlson-5/+5
2018-11-19tree-walk: support :(attr) matchingNguyễn Thái Ngọc Duy-14/+53
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy-8/+14
2018-11-13Merge branch 'nd/tree-walk-path-exclusion'Junio C Hamano-3/+8
2018-11-05tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy-3/+8
2018-08-02Merge branch 'bc/object-id'Junio C Hamano-1/+2
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-07-16tree-walk: replace hard-coded constants with the_hash_algobrian m. carlson-1/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-02tree-walk: convert get_tree_entry_follow_symlinks to object_idbrian m. carlson-8/+8
2018-05-02tree-walk: avoid hard-coded 20 constantbrian m. carlson-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-2/+2
2018-03-14sha1_file: convert read_object_with_reference to object_idbrian m. carlson-5/+4