Re: [PATCH 059/194] refs: store the main ref store inside the repository struct

2018-02-06 Thread Stefan Beller
On Mon, Feb 5, 2018 at 8:27 PM, Eric Sunshine wrote: > On Mon, Feb 5, 2018 at 6:55 PM, Stefan Beller wrote: >> diff --git a/refs.c b/refs.c >> @@ -1609,9 +1609,6 @@ static struct ref_store_hash_entry >> *alloc_ref_store_hash_entry( >> -/* A pointer to the ref_store for the main repository: */ >>

Re: [PATCH 059/194] refs: store the main ref store inside the repository struct

2018-02-05 Thread Eric Sunshine
On Mon, Feb 5, 2018 at 6:55 PM, Stefan Beller wrote: > diff --git a/refs.c b/refs.c > @@ -1609,9 +1609,6 @@ static struct ref_store_hash_entry > *alloc_ref_store_hash_entry( > -/* A pointer to the ref_store for the main repository: */ > -static struct ref_store *main_ref_store; > diff --git a/rep

[PATCH 059/194] refs: store the main ref store inside the repository struct

2018-02-05 Thread Stefan Beller
Signed-off-by: Stefan Beller --- refs.c | 13 + refs.h | 4 +--- repository.c | 2 +- repository.h | 5 + 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/refs.c b/refs.c index c2dee7a69a..f079d65030 100644 --- a/refs.c +++ b/refs.c @@ -1609,9 +1609,