commit - fa8129f71e6d8a352929f74ba0fc4f8aa59ba216
commit + 85ff1015c57fe6331115bdd7f811b71ffba2994e
blob - 8ee216a9d5d714285144835acdb79203d3a6bd46
blob + 4c1b24c5b6544739e3e5c2bbbad6324a1279ed1f
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
commit_found = 0;
TAILQ_FOREACH_REVERSE(re, &refs, got_reflist_head, entry) {
const char *refname;
- const char *tagger;
- time_t tagger_time;
struct got_object_id *id;
struct got_commit_object *commit = NULL;
free(id);
goto done;
}
- tagger = got_object_commit_get_committer(commit);
- tagger_time =
- got_object_commit_get_committer_time(commit);
error = got_object_id_str(&id_str, id);
free(id);
} else {
free(id);
- tagger = got_object_tag_get_tagger(tag);
- tagger_time = got_object_tag_get_tagger_time(tag);
error = got_object_id_str(&id_str,
got_object_tag_get_object_id(tag));
}