fix: changed view link to blob in summary.
might not be the best way, but should suffice for now that view command isn't handled in any way Signed-off-by: Michael Krelin <hacker@klever.net>
这个提交包含在:
父节点
dc3c9b5bc4
当前提交
bbd4a14456
@ -60,7 +60,7 @@ static void cgit_print_object_ref(struct object *obj)
|
||||
page = "tree";
|
||||
arg = "id";
|
||||
} else {
|
||||
page = "view";
|
||||
page = "blob";
|
||||
arg = "id";
|
||||
}
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户