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>
Michael Krelin hacker@klever.net
Sat, 21 Jul 2007 19:35:39 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
ui-summary.c
→
ui-summary.c
@@ -60,7 +60,7 @@ } else if (obj->type == OBJ_TREE) {
page = "tree"; arg = "id"; } else { - page = "view"; + page = "blob"; arg = "id"; }