Re: [PATCH] convert add_to_alternates_file to use repository struct

2017-08-15 Thread Stefan Beller
On Tue, Aug 15, 2017 at 6:04 PM, Brandon Williams wrote: > On 08/15, Stefan Beller wrote: >> The long term plan is to move most functionality to be included via >> the repository struct, starting somewhere, convert add_to_alternates_file >> in this patch, which has

Re: [PATCH] convert add_to_alternates_file to use repository struct

2017-08-15 Thread Brandon Williams
On 08/15, Stefan Beller wrote: > The long term plan is to move most functionality to be included via > the repository struct, starting somewhere, convert add_to_alternates_file > in this patch, which has link_alt_odb_entries, which is converted, too. > Any caller outside add_to_alternates_file,

[PATCH] convert add_to_alternates_file to use repository struct

2017-08-15 Thread Stefan Beller
The long term plan is to move most functionality to be included via the repository struct, starting somewhere, convert add_to_alternates_file in this patch, which has link_alt_odb_entries, which is converted, too. Any caller outside add_to_alternates_file, just uses `the_repository` as the