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

2014-04-14 Thread Junio C Hamano
Ronald Weiss writes: > On 14. 4. 2014 20:30, Junio C Hamano wrote: >> Ronald Weiss writes: >> >>> On 8. 4. 2014 20:43, Jens Lehmann wrote: > Useful values for commit are 'all' (default) or 'none'. The others > ('dirty' and 'untracked') have same effect as 'none', as commit is only

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

2014-04-14 Thread Ronald Weiss
On 14. 4. 2014 20:30, Junio C Hamano wrote: > Ronald Weiss writes: > >> On 8. 4. 2014 20:43, Jens Lehmann wrote: Useful values for commit are 'all' (default) or 'none'. The others ('dirty' and 'untracked') have same effect as 'none', as commit is only interested in whether the sub

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

2014-04-14 Thread Junio C Hamano
Ronald Weiss writes: > On 8. 4. 2014 20:43, Jens Lehmann wrote: >>> Useful values for commit are 'all' (default) or 'none'. The others >>> ('dirty' and 'untracked') have same effect as 'none', as commit is only >>> interested in whether the submodule's HEAD differs from what is commited >>> in t

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

2014-04-12 Thread Ronald Weiss
On 8. 4. 2014 20:43, Jens Lehmann wrote: Useful values for commit are 'all' (default) or 'none'. The others ('dirty' and 'untracked') have same effect as 'none', as commit is only interested in whether the submodule's HEAD differs from what is commited in the superproject. Unless it outputs a

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

2014-04-08 Thread Ronald Weiss
On 8. 4. 2014 20:43, Jens Lehmann wrote: > Am 08.04.2014 01:03, schrieb Ronald Weiss: >> Git commit honors the 'ignore' setting from .gitmodules or .git/config, >> but didn't allow to override it from command line, like other commands do. >> >> Useful values for commit are 'all' (default) or 'none

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

2014-04-08 Thread Jens Lehmann
Am 08.04.2014 01:03, schrieb Ronald Weiss: > Git commit honors the 'ignore' setting from .gitmodules or .git/config, > but didn't allow to override it from command line, like other commands do. > > Useful values for commit are 'all' (default) or 'none'. The others > ('dirty' and 'untracked') have

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

2014-04-07 Thread Ronald Weiss
Git commit honors the 'ignore' setting from .gitmodules or .git/config, but didn't allow to override it from command line, like other commands do. Useful values for commit are 'all' (default) or 'none'. The others ('dirty' and 'untracked') have same effect as 'none', as commit is only interested