summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2d5d9e)
raw | patch | inline | side by side (parent: a2d5d9e)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 23 Mar 2008 13:50:48 +0000 (14:50 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Sun, 23 Mar 2008 13:51:05 +0000 (14:51 +0100) |
tig.c | patch | blob | history |
index 493c4281c8132be64434f8419c50184a758e5984..1f4c620b8ad0b7936185e1b35d80e98ee6d939f8 100644 (file)
--- a/tig.c
+++ b/tig.c
view->offset = view->lines = view->lineno = 0;
view->line = NULL;
view->start_time = time(NULL);
+
+ return TRUE;
}
static struct blame_commit *
char *pos = text + SIZEOF_REV - 1;
size_t lineno;
size_t group;
- struct line *line;
if (strlen(text) <= SIZEOF_REV || *pos != ' ')
return NULL;