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