mirror of
https://git.zx2c4.com/cgit
synced 2025-06-21 01:25:46 +02:00
Merge branch 'stable'
This commit is contained in:
commit
547a64fbd6
4 changed files with 4 additions and 4 deletions
|
@ -286,6 +286,6 @@ void cgit_print_tree(const char *rev, char *path)
|
|||
}
|
||||
|
||||
match_path = path;
|
||||
read_tree_recursive(commit->tree, NULL, 0, 0, paths, walk_tree, NULL);
|
||||
read_tree_recursive(commit->tree, "", 0, 0, paths, walk_tree, NULL);
|
||||
ls_tail();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue