Re: [PATCH v2 0/3] Fix git-init in linked worktrees

2016-09-21 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > v2 requires jk/setup-sequence-update so I could kill my workaround > patch and avoid conflicts in t0001. And: > > - 1/3 has a few missing words back in its commit message > - 2/3, which was 3/3 in v1, no longer has the ugly hacky >get_first_git_dir() > - 3/3

[PATCH v2 0/3] Fix git-init in linked worktrees

2016-09-21 Thread Nguyễn Thái Ngọc Duy
v2 requires jk/setup-sequence-update so I could kill my workaround patch and avoid conflicts in t0001. And: - 1/3 has a few missing words back in its commit message - 2/3, which was 3/3 in v1, no longer has the ugly hacky get_first_git_dir() - 3/3 is a new tiny code improvement after the new