diff options
Diffstat (limited to 'ui-plain.c')
-rw-r--r-- | ui-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ void cgit_print_plain(void) | |||
183 | if (!path_items.match) { | 183 | if (!path_items.match) { |
184 | path_items.match = ""; | 184 | path_items.match = ""; |
185 | walk_tree_ctx.match_baselen = -1; | 185 | walk_tree_ctx.match_baselen = -1; |
186 | print_dir(commit->tree->object.sha1, "", 0, ""); | 186 | print_dir(commit->tree->object.oid.hash, "", 0, ""); |
187 | walk_tree_ctx.match = 2; | 187 | walk_tree_ctx.match = 2; |
188 | } | 188 | } |
189 | else | 189 | else |