commit - a129376b6f8adc074c4b53a4f78195ca32b78b1a
commit + a55555f2c7fbcf2e430c5a8a866e53221dd8d279
blob - 1a7431f898376074dd8afb26bfad4c19dc2abbe8
blob + 998a4efcd14a93700bb285366bfe36e9466f0265
--- tog/tog.c
+++ tog/tog.c
char *start_commit = NULL;
int ch;
struct tog_view *view;
+
+ SIMPLEQ_INIT(&refs);
#ifndef PROFILE
if (pledge("stdio rpath wpath cpath flock proc tty exec sendfd unveil",
if (error != NULL)
goto done;
- SIMPLEQ_INIT(&refs);
error = got_ref_list(&refs, repo);
if (error)
goto done;