Re: [RFC PATCH 0/2] Bring the_repository into cmd_foo

2018-10-18 Thread Stefan Beller
On Thu, Oct 18, 2018 at 2:01 PM Jonathan Tan wrote: > > > > Or instead we could accelerate the long term plan of removing a > > > hard coded the_repository and have each cmd builtin take an additional > > > repository pointer from the init code, such that we'd bring all of Git to > > > work on

Re: [RFC PATCH 0/2] Bring the_repository into cmd_foo

2018-10-18 Thread Jonathan Tan
> > Or instead we could accelerate the long term plan of removing a > > hard coded the_repository and have each cmd builtin take an additional > > repository pointer from the init code, such that we'd bring all of Git to > > work on arbitrary repositories. Then the standard test suite should be >

[RFC PATCH 0/2] Bring the_repository into cmd_foo

2018-10-18 Thread Stefan Beller
> On Wed, Oct 17, 2018 at 5:41 AM Derrick Stolee wrote: >> I had one high-level question: How are we testing that these "arbitrary >> repository" changes are safe? > [...] > Or instead we could accelerate the long term plan of removing a > hard coded the_repository and have each cmd builtin take