mirror of
https://git.zx2c4.com/cgit
synced 2025-06-27 03:59:01 +02:00
Add display of tree content w/ui-tree.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
58d04f6523
commit
06fe0c2f47
9 changed files with 113 additions and 8 deletions
|
@ -20,7 +20,7 @@ void cgit_print_view(char *hex)
|
|||
return;
|
||||
}
|
||||
|
||||
if (sha1_object_info(sha1, type, NULL)){
|
||||
if (sha1_object_info(sha1, type, &size)){
|
||||
cgit_print_error("Bad object name");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue