Skip to content

Commit bcb773f

Browse files
committed
fixup! survey: show some commits/trees/blobs histograms
This is now required due to `rs/tree-wo-the-repository`, specifically ec7a16b (cocci: convert parse_tree functions to repo_ variants, 2026-01-09). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent c329ea3 commit bcb773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/survey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ static void increment_totals(struct survey_context *ctx,
13791379
uint64_t nr_entries;
13801380
int qb;
13811381

1382-
parse_tree(tree);
1382+
repo_parse_tree(the_repository, tree);
13831383
init_tree_desc(&desc, &oids->oid[i], tree->buffer, tree->size);
13841384
nr_entries = 0;
13851385
while (tree_entry(&desc, &entry))

0 commit comments

Comments
 (0)