Re: [PATCH 0/2] Fix initializing the_hash_algo

2018-02-23 Thread brian m. carlson
On Fri, Feb 23, 2018 at 04:56:38PM +0700, Nguyễn Thái Ngọc Duy wrote: > I can certainly try! I start to remember all the hairy details in that > setup code. > > The first step may be something like this, which identifies all the > "repo init" entry points. This is basically a revert of e26f7f19b6

[PATCH 0/2] Fix initializing the_hash_algo

2018-02-23 Thread Nguyễn Thái Ngọc Duy
On Thu, Feb 15, 2018 at 1:08 AM, Brandon Williams wrote: > At some point yes we would definitely want the setup code to fully > initialize a repository object (in this case the_repository).  And I > would even like to change the function signatures of all the builtin > commands