Re: [PATCHv2 1/3] submodule config: inline config_from_{name, path}

2016-11-21 Thread Junio C Hamano
Stefan Beller writes: > There is no other user of config_from_{name, path}, such that there is no > reason for the existence of these one liner functions. Just inline these > to increase readability. > > Signed-off-by: Stefan Beller > Signed-off-by: Junio C Hamano > --- Makes sense.

[PATCHv2 1/3] submodule config: inline config_from_{name, path}

2016-11-21 Thread Stefan Beller
There is no other user of config_from_{name, path}, such that there is no reason for the existence of these one liner functions. Just inline these to increase readability. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- submodule-config.c | 16 ++-- 1 file changed, 2