Re: [PATCH 13/19] refs: store the main ref store inside the repository struct
- Date: Sat, 7 Apr 2018 02:54:34 -0400
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Subject: Re: [PATCH 13/19] refs: store the main ref store inside the repository struct
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;
- References:
- [RFC PATCH 00/19] object-store refactoring 3 (replace objects, main ref store)
- From: Stefan Beller
- [PATCH 13/19] refs: store the main ref store inside the repository struct
- From: Stefan Beller
- [RFC PATCH 00/19] object-store refactoring 3 (replace objects, main ref store)
- Prev by Date: Re: [PATCH 06/19] refs: add repository argument to get_main_ref_store
- Next by Date: Re: [PATCH v2 4/4] Document the new color.* settings to colorize push errors/hints
- Previous by thread: [PATCH 13/19] refs: store the main ref store inside the repository struct
- Next by thread: [PATCH 15/19] replace-object: allow replace_object_pos to handle arbitrary repositories
- Index(es):