Re: [RESEND PATCH] diff: recurse into nested submodules for inline diff

2017-05-07 Thread Junio C Hamano
Jacob Keller writes: > On Thu, May 4, 2017 at 2:43 PM, Stefan Beller wrote: >> When fd47ae6a5b (diff: teach diff to display submodule difference with an >> inline diff, 2016-08-31) was introduced, we did not think of recursing >> into nested

Re: [RESEND PATCH] diff: recurse into nested submodules for inline diff

2017-05-05 Thread Jacob Keller
On Thu, May 4, 2017 at 2:43 PM, Stefan Beller wrote: > When fd47ae6a5b (diff: teach diff to display submodule difference with an > inline diff, 2016-08-31) was introduced, we did not think of recursing > into nested submodules. > > When showing the inline diff for submodules,

[RESEND PATCH] diff: recurse into nested submodules for inline diff

2017-05-04 Thread Stefan Beller
When fd47ae6a5b (diff: teach diff to display submodule difference with an inline diff, 2016-08-31) was introduced, we did not think of recursing into nested submodules. When showing the inline diff for submodules, automatically recurse into nested submodules as well with inline submodule diffs.

[PATCH] diff: recurse into nested submodules for inline diff

2017-04-11 Thread Stefan Beller
When fd47ae6a5b (diff: teach diff to display submodule difference with an inline diff, 2016-08-31) was introduced, we did not think of recursing into nested submodules. When showing the inline diff for submodules, automatically recurse into nested submodules as well with inline submodule diffs.