Re: [PATCH] submodule.c: report the submodule that an error occurs in

2018-06-27 Thread Stefan Beller
On Mon, Jun 25, 2018 at 8:58 AM Junio C Hamano wrote: > > SZEDER Gábor writes: > > >> When an error occurs in updating the working tree of a submodule in > >> submodule_move_head, tell the user which submodule the error occurred in. > >> > >> The call to read-tree contains a super-prefix, such

Re: [PATCH] submodule.c: report the submodule that an error occurs in

2018-06-25 Thread Junio C Hamano
SZEDER Gábor writes: >> When an error occurs in updating the working tree of a submodule in >> submodule_move_head, tell the user which submodule the error occurred in. >> >> The call to read-tree contains a super-prefix, such that the read-tree >> will correctly report any path related issues,

Re: [PATCH] submodule.c: report the submodule that an error occurs in

2018-06-22 Thread SZEDER Gábor
> When an error occurs in updating the working tree of a submodule in > submodule_move_head, tell the user which submodule the error occurred in. > > The call to read-tree contains a super-prefix, such that the read-tree > will correctly report any path related issues, but some error messages >

Re: [PATCH] submodule.c: report the submodule that an error occurs in

2018-06-21 Thread Junio C Hamano
Stefan Beller writes: > When an error occurs in updating the working tree of a submodule in > submodule_move_head, tell the user which submodule the error occurred in. > > The call to read-tree contains a super-prefix, such that the read-tree > will correctly report any path related issues, but

[PATCH] submodule.c: report the submodule that an error occurs in

2018-06-20 Thread Stefan Beller
When an error occurs in updating the working tree of a submodule in submodule_move_head, tell the user which submodule the error occurred in. The call to read-tree contains a super-prefix, such that the read-tree will correctly report any path related issues, but some error messages do not