Re: [PATCH v10 8/9] submodule: refactor show_submodule_summary with helper function

2016-08-23 Thread Jacob Keller
On Tue, Aug 23, 2016 at 4:07 PM, Junio C Hamano wrote: > Jacob Keller writes: > >> From: Jacob Keller >> >> A future patch is going to add a new submodule diff format which >> displays an inline diff of the submodule changes. To make this easier, >> and to ensure that both submodule diff formats

Re: [PATCH v10 8/9] submodule: refactor show_submodule_summary with helper function

2016-08-23 Thread Junio C Hamano
Jacob Keller writes: > From: Jacob Keller > > A future patch is going to add a new submodule diff format which > displays an inline diff of the submodule changes. To make this easier, > and to ensure that both submodule diff formats use the same initial > header, factor out show_submodule_header

[PATCH v10 8/9] submodule: refactor show_submodule_summary with helper function

2016-08-22 Thread Jacob Keller
From: Jacob Keller A future patch is going to add a new submodule diff format which displays an inline diff of the submodule changes. To make this easier, and to ensure that both submodule diff formats use the same initial header, factor out show_submodule_header() function which will print the c