Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-01traverse_trees(): respect max_allowed_tree_depthJeff King
2023-09-01tree-walk: rename "error" variableJeff King
2023-09-01tree-walk: reduce stack size for recursive functionsJeff King
2023-08-02Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano
2023-07-08tree-walk: drop unused base_offset from do_match()Junio C Hamano
2023-07-08tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-08-11tree-walk: add a mechanism for getting non-canonicalized modesJeff King
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-01-05tree-walk: report recursion countsDerrick Stolee
2020-06-08tree-walk.c: don't match submodule entries for 'submod/anything'SZEDER Gábor
2020-02-04tree-walk.c: break circular dependency with unpack-treesJeff King
2020-01-31traverse_trees(): use stack array for name entriesJeff King
2020-01-07Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano
2020-01-02mingw: only test index entries for backslashes, not tree entriesJohannes Schindelin
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-07Merge branch 'jk/lore-is-the-archive'Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin
2019-11-30doc: replace public-inbox links with lore.kernel.orgJeff King
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King
2019-08-01tree-walk: use size_t consistentlyJeff King
2019-07-31tree-walk: drop oid from traverse_infoJeff King
2019-07-31setup_traverse_info(): stop copying oidJeff King
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-02-07Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-19Do not print 'dangling' for cat-file in case of ambiguityDavid Turner