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

2014-04-22 Thread Jens Lehmann
Am 22.04.2014 00:08, schrieb Ronald Weiss: > On 18. 4. 2014 14:09, Jens Lehmann wrote: >> Am 13.04.2014 00:49, schrieb Ronald Weiss: >>> Allow ignoring submodules (or not) by command line switch, like diff >>> and status do. >>> >>> Git commit honors the 'ignore' setting from .gitmodules or .git/co

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

2014-04-21 Thread Ronald Weiss
On 18. 4. 2014 14:09, Jens Lehmann wrote: > Am 13.04.2014 00:49, schrieb Ronald Weiss: >> Allow ignoring submodules (or not) by command line switch, like diff >> and status do. >> >> Git commit honors the 'ignore' setting from .gitmodules or .git/config, >> but didn't allow to override it from comm

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

2014-04-18 Thread Jens Lehmann
Am 13.04.2014 00:49, schrieb Ronald Weiss: > Allow ignoring submodules (or not) by command line switch, like diff > and status do. > > Git commit honors the 'ignore' setting from .gitmodules or .git/config, > but didn't allow to override it from command line. > > This patch depends on Jens Lehman

[PATCH v4 2/2] commit: 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 commit honors the 'ignore' setting from .gitmodules or .git/config, but didn't allow to override it from command line. This patch depends on Jens Lehmann's patch "commit -m: commit staged submodules regardless