Re: [PATCH v7 5/7] submodule: correct output of submodule log format

2016-08-18 Thread Stefan Beller
On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller wrote: > From: Jacob Keller > > The submodule log diff output incorrectly states that the submodule is > "not checked out" in cases where it wants to say the submodule is "not > initialized". Change the wording to reflect the actual check being > perf

Re: [PATCH v7 5/7] submodule: correct output of submodule log format

2016-08-18 Thread Jacob Keller
On Thu, Aug 18, 2016 at 11:25 AM, Stefan Beller wrote: > On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller > wrote: >> From: Jacob Keller >> >> The submodule log diff output incorrectly states that the submodule is >> "not checked out" in cases where it wants to say the submodule is "not >> initial

[PATCH v7 5/7] submodule: correct output of submodule log format

2016-08-17 Thread Jacob Keller
From: Jacob Keller The submodule log diff output incorrectly states that the submodule is "not checked out" in cases where it wants to say the submodule is "not initialized". Change the wording to reflect the actual check being performed. Signed-off-by: Jacob Keller --- submodule.c | 2 +- 1 f