Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'eb/hash-transition' | Junio C Hamano | 2024-03-28 | 1 | -34/+24 |
|\ | |||||
| * | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 2023-10-02 | 1 | -15/+21 |
| * | object: factor out parse_mode out of fast-import and tree-walk into in object.h | Eric W. Biederman | 2023-10-02 | 1 | -19/+3 |
* | | fill_tree_descriptor(): mark error message for translation | Johannes Schindelin | 2024-02-23 | 1 | -1/+1 |
* | | traverse_trees(): respect max_allowed_tree_depth | Jeff King | 2023-09-01 | 1 | -0/+4 |
* | | tree-walk: rename "error" variable | Jeff King | 2023-09-01 | 1 | -3/+3 |
* | | tree-walk: reduce stack size for recursive functions | Jeff King | 2023-09-01 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'jc/tree-walk-drop-base-offset' | Junio C Hamano | 2023-08-02 | 1 | -18/+18 |
|\ | |||||
| * | tree-walk: drop unused base_offset from do_match() | Junio C Hamano | 2023-07-08 | 1 | -17/+16 |
| * | tree-walk: lose base_offset that is never used in tree_entry_interesting | Junio C Hamano | 2023-07-08 | 1 | -2/+3 |
* | | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 2023-06-21 | 1 | -1/+1 |
|/ | |||||
* | treewide: remove cache.h inclusion due to previous changes | Elijah Newren | 2023-04-24 | 1 | -1/+1 |
* | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
* | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
* | treewide: be explicit about dependence on gettext.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 2023-02-24 | 1 | -0/+1 |
* | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-24 | 1 | -0/+1 |
* | tree-walk: add a mechanism for getting non-canonicalized modes | Jeff King | 2022-08-10 | 1 | -5/+9 |
* | object-file API: pass an enum to read_object_with_reference() | Ævar Arnfjörð Bjarmason | 2022-02-26 | 1 | -3/+3 |
* | Always use oidread to read into struct object_id | brian m. carlson | 2021-04-27 | 1 | -1/+1 |
* | tree-walk: report recursion counts | Derrick Stolee | 2021-01-05 | 1 | -0/+33 |
* | tree-walk.c: don't match submodule entries for 'submod/anything' | SZEDER Gábor | 2020-06-08 | 1 | -1/+8 |
* | tree-walk.c: break circular dependency with unpack-trees | Jeff King | 2020-02-04 | 1 | -2/+1 |
* | traverse_trees(): use stack array for name entries | Jeff King | 2020-01-30 | 1 | -5/+8 |
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-06 | 1 | -6/+0 |
|\ | |||||
| * | mingw: only test index entries for backslashes, not tree entries | Johannes Schindelin | 2020-01-02 | 1 | -6/+0 |
* | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-10 | 1 | -0/+6 |
|\| | |||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| |\ | |||||
| | * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | |\ | |||||
| | | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | |\ | |||||
| | | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+6 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | mingw: disallow backslash characters in tree objects' file names | Johannes Schindelin | 2019-12-04 | 1 | -0/+6 |
* | | | | | | | | | | | Merge branch 'jk/lore-is-the-archive' | Junio C Hamano | 2019-12-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | doc: replace public-inbox links with lore.kernel.org | Jeff King | 2019-11-30 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jk/tree-walk-overflow' | Junio C Hamano | 2019-08-22 | 1 | -22/+42 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | tree-walk: harden make_traverse_path() length computations | Jeff King | 2019-08-01 | 1 | -8/+20 |
| * | | | | | | | | | tree-walk: add a strbuf wrapper for make_traverse_path() | Jeff King | 2019-08-01 | 1 | -6/+15 |
| * | | | | | | | | | tree-walk: use size_t consistently | Jeff King | 2019-08-01 | 1 | -2/+2 |
| * | | | | | | | | | tree-walk: drop oid from traverse_info | Jeff King | 2019-07-31 | 1 | -11/+12 |
| * | | | | | | | | | setup_traverse_info(): stop copying oid | Jeff King | 2019-07-31 | 1 | -3/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -4/+8 |
* | | | | | | | | | tree-walk.c: remove the_repo from get_tree_entry() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -6/+12 |
* | | | | | | | | | tree-walk.c: remove the_repo from fill_tree_descriptor() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -2/+4 |
* | | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -3/+4 |
|/ / / / / / / / |