Re: [PATCH v4 1/2] add: add --ignore-submodules[=] parameter

2014-04-21 Thread Ronald Weiss
On 18. 4. 2014 13:53, Jens Lehmann wrote: > Am 13.04.2014 00:45, schrieb Ronald Weiss: >> Allow ignoring submodules (or not) by command line switch, like diff >> and status do. >> >> Git add currently doesn't honor ignore from .gitmodules or .git/config, >> which is related functionality, however I

Re: [PATCH v4 1/2] add: add --ignore-submodules[=] parameter

2014-04-18 Thread Jens Lehmann
Am 13.04.2014 00:45, schrieb Ronald Weiss: > Allow ignoring submodules (or not) by command line switch, like diff > and status do. > > Git add currently doesn't honor ignore from .gitmodules or .git/config, > which is related functionality, however I'd like to change that in > another patch, comin

[PATCH v4 1/2] add: add --ignore-submodules[=] parameter

2014-04-12 Thread Ronald Weiss
Allow ignoring submodules (or not) by command line switch, like diff and status do. Git add currently doesn't honor ignore from .gitmodules or .git/config, which is related functionality, however I'd like to change that in another patch, coming soon. This commit is also a prerequisite for the nex