Re: [PATCH] submodule: add 'deinit' command

2012-12-02 Thread Junio C Hamano
Jens Lehmann writes: > Maybe the principle of least surprise is better followed when we > nuke the whole section, as it might surprise the user more to have > a setting resurrected he customized in the last life cycle of the > submodule than seeing that after an deinit followed by an init all > f

Re: [PATCH] submodule: add 'deinit' command

2012-12-02 Thread Jens Lehmann
Am 02.12.2012 03:00, schrieb Junio C Hamano: > Jens Lehmann writes: > >> With "git submodule init" the user is able to tell git he cares about one >> or more submodules and wants to have it populated on the next call to "git >> submodule update". But currently there is no easy way he could tell g

Re: [PATCH] submodule: add 'deinit' command

2012-12-01 Thread Junio C Hamano
Jens Lehmann writes: > With "git submodule init" the user is able to tell git he cares about one > or more submodules and wants to have it populated on the next call to "git > submodule update". But currently there is no easy way he could tell git he > does not care about a submodule anymore and

[PATCH] submodule: add 'deinit' command

2012-12-01 Thread Jens Lehmann
With "git submodule init" the user is able to tell git he cares about one or more submodules and wants to have it populated on the next call to "git submodule update". But currently there is no easy way he could tell git he does not care about a submodule anymore and wants to get rid of his local w