Re: [PATCH] git-common-dir: make submodule related variables worktree specific

2015-04-01 Thread Max Kirillov
On Thu, Apr 02, 2015 at 12:23:27AM +0300, Max Kirillov wrote: > Then submodules in different worktrees will be fully independent. > They can, and should, be initialised and updated separately. > > Update t7410-submodule-checkout-to.sh to consider this. > > Signed-off-by: Max Kirillov > --- > Now

[PATCH] git-common-dir: make submodule related variables worktree specific

2015-04-01 Thread Max Kirillov
Then submodules in different worktrees will be fully independent. They can, and should, be initialised and updated separately. Update t7410-submodule-checkout-to.sh to consider this. Signed-off-by: Max Kirillov --- Now when there is implementation for worktree-specific module it is possible to m