2
0
mirror of https://git.zx2c4.com/cgit synced 2025-09-02 23:35:56 +00:00

Merge branch 'stable'

This commit is contained in:
Lars Hjemli
2009-12-12 12:09:47 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -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();
}