diff options
| author | Jeff King <peff@peff.net> | 2023-08-31 02:19:16 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-08-31 15:51:07 -0700 |
| commit | acd13d1eec93e714add1b3f94c8c175d6a8171cb (patch) | |
| tree | 18efb475274680d5feb371efc60b0ac38d297bf2 /tree-diff.c | |
| parent | tree-walk: reduce stack size for recursive functions (diff) | |
| download | git-acd13d1eec93e714add1b3f94c8c175d6a8171cb.tar.gz git-acd13d1eec93e714add1b3f94c8c175d6a8171cb.zip | |
tree-walk: drop MAX_TRAVERSE_TREES macro
Since the previous commit dropped the hard-coded limit in
traverse_trees(), we don't need this macro there anymore (the code can
handle any number of trees in parallel).
We do define MAX_UNPACK_TREES using MAX_TRAVERSE_TREES, due to
5290d45134 (tree-walk.c: break circular dependency with unpack-trees,
2020-02-01). So we can just directly define that as "8" now; we know
traverse_trees() can handle whatever we throw at it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-diff.c')
0 files changed, 0 insertions, 0 deletions
