Re: [PATCH 13/19] refs: store the main ref store inside the repository struct

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux