Re: [PATCH] setup: update the right file in multiple checkouts

2015-08-31 Thread Duy Nguyen
On Tue, Aug 25, 2015 at 11:38 PM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> This code is introduced in 23af91d (prune: strategies for linked >> checkouts - 2014-11-30), and it's supposed to implement this rule from >> that commit's message: >> >> - linked checkouts are supposed

Re: [PATCH] setup: update the right file in multiple checkouts

2015-08-25 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This code is introduced in 23af91d (prune: strategies for linked > checkouts - 2014-11-30), and it's supposed to implement this rule from > that commit's message: > > - linked checkouts are supposed to keep its location in $R/gitdir up >to date. The use case i

[PATCH] setup: update the right file in multiple checkouts

2015-08-25 Thread Nguyễn Thái Ngọc Duy
This code is introduced in 23af91d (prune: strategies for linked checkouts - 2014-11-30), and it's supposed to implement this rule from that commit's message: - linked checkouts are supposed to keep its location in $R/gitdir up to date. The use case is auto fixup after a manual checkout move.