Re: [PATCH 4/5] diff: introduce diff.submoduleFormat configuration variable

2012-10-30 Thread Jens Lehmann
Am 29.10.2012 11:30, schrieb Ramkumar Ramachandra: > Jens Lehmann wrote: >> Am 02.10.2012 21:44, schrieb Jens Lehmann: >>> Am 02.10.2012 18:51, schrieb Ramkumar Ramachandra: Introduce a diff.submoduleFormat configuration variable corresponding to the '--submodule' command-line option of '

Re: [PATCH 4/5] diff: introduce diff.submoduleFormat configuration variable

2012-10-29 Thread Ramkumar Ramachandra
Jens Lehmann wrote: > Am 02.10.2012 21:44, schrieb Jens Lehmann: >> Am 02.10.2012 18:51, schrieb Ramkumar Ramachandra: >>> Introduce a diff.submoduleFormat configuration variable corresponding >>> to the '--submodule' command-line option of 'git diff'. >> >> Nice. Maybe a better name would be "diff

Re: [PATCH 4/5] diff: introduce diff.submoduleFormat configuration variable

2012-10-03 Thread Jens Lehmann
Am 02.10.2012 21:44, schrieb Jens Lehmann: > Am 02.10.2012 18:51, schrieb Ramkumar Ramachandra: >> Introduce a diff.submoduleFormat configuration variable corresponding >> to the '--submodule' command-line option of 'git diff'. > > Nice. Maybe a better name would be "diff.submodule", as this sets

Re: [PATCH 4/5] diff: introduce diff.submoduleFormat configuration variable

2012-10-02 Thread Jens Lehmann
Am 02.10.2012 18:51, schrieb Ramkumar Ramachandra: > Introduce a diff.submoduleFormat configuration variable corresponding > to the '--submodule' command-line option of 'git diff'. Nice. Maybe a better name would be "diff.submodule", as this sets the default for the "--submodule" option of diff?

[PATCH 4/5] diff: introduce diff.submoduleFormat configuration variable

2012-10-02 Thread Ramkumar Ramachandra
Introduce a diff.submoduleFormat configuration variable corresponding to the '--submodule' command-line option of 'git diff'. Signed-off-by: Ramkumar Ramachandra --- Documentation/diff-config.txt|7 +++ Documentation/diff-options.txt |3 ++- diff.c |