Re: [PATCH 0/2] improve relocate_git_dir to fail into a sane state.

2016-12-19 Thread Junio C Hamano
Stefan Beller writes: > On Mon, Dec 19, 2016 at 2:54 PM, Junio C Hamano wrote: >> Stefan Beller writes: >> >>> This goes on top of sb/submodule-embed-gitdir. >>> When the absorbing of a git dir fails, try to recover into a sane state, >>> i.e. try to undo the move of the git dir. >> >> Are thes

Re: [PATCH 0/2] improve relocate_git_dir to fail into a sane state.

2016-12-19 Thread Stefan Beller
On Mon, Dec 19, 2016 at 2:54 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> This goes on top of sb/submodule-embed-gitdir. >> When the absorbing of a git dir fails, try to recover into a sane state, >> i.e. try to undo the move of the git dir. > > Are these unconditionally good improvemen

Re: [PATCH 0/2] improve relocate_git_dir to fail into a sane state.

2016-12-19 Thread Junio C Hamano
Stefan Beller writes: > This goes on top of sb/submodule-embed-gitdir. > When the absorbing of a git dir fails, try to recover into a sane state, > i.e. try to undo the move of the git dir. Are these unconditionally good improvements? I ask because the series is still not in 'next' and it is th

[PATCH 0/2] improve relocate_git_dir to fail into a sane state.

2016-12-19 Thread Stefan Beller
This goes on top of sb/submodule-embed-gitdir. When the absorbing of a git dir fails, try to recover into a sane state, i.e. try to undo the move of the git dir. Thanks, Stefan Stefan Beller (2): dir.c: split up connect_work_tree_and_git_dir dir.c: add retry logic to relocate_gitdir dir.c