Re: [PATCHv2 0/4] recursive submodules: git-reset!

2017-04-20 Thread Stefan Beller
On Thu, Apr 20, 2017 at 12:41 PM, Brandon Williams wrote: > On 04/18, Stefan Beller wrote: >> v2: >> * improved commit message to be proper English (Thanks, Philip!) >> * clarified why the patch 2 is so short (i.e. it doesn't matter if the >> submodule >> is initialized in the preparation repo,

Re: [PATCHv2 0/4] recursive submodules: git-reset!

2017-04-20 Thread Brandon Williams
On 04/18, Stefan Beller wrote: > v2: > * improved commit message to be proper English (Thanks, Philip!) > * clarified why the patch 2 is so short (i.e. it doesn't matter if the > submodule > is initialized in the preparation repo, we care about the actual testing > repo! > Thanks, Brandon) T

[PATCHv2 0/4] recursive submodules: git-reset!

2017-04-18 Thread Stefan Beller
v2: * improved commit message to be proper English (Thanks, Philip!) * clarified why the patch 2 is so short (i.e. it doesn't matter if the submodule is initialized in the preparation repo, we care about the actual testing repo! Thanks, Brandon) * reworded patch 1 (Thanks Jonathan) Thanks, Ste