On Fri, Apr 6, 2018 at 7:21 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > diff --git a/repository.h b/repository.h > @@ -26,6 +26,11 @@ struct repository { > + /* > + * The store in which the refs are hold. > + */ s/hold/held/ Also, this comment is short enough to fit on one line: /* ... */ > + struct ref_store *main_ref_store;