On Thu, Aug 18, 2016 at 12:04 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller <jacob.e.keller@xxxxxxxxx> wrote: >> + if (is_null_sha1(one)) >> + message = "(new submodule)"; >> + else if (is_null_sha1(two)) >> + message = "(submodule deleted)"; >> + >> + if (add_submodule_odb(path)) { >> + if (!message) >> + message = "(submodule not initialized)"; > > Before it was "(not initialized)" for this case, I think we'd rather keep that? > Though this code path is only used by the porcelain commands, we'd rather not > want to change this in a subtle way in this commit. > > If we were to change those, we could discuss if we want to go with > full sentences > all the time: > > submodule is new > submodule is deleted > submodule is not initialized > > I agree, I'll make a new patch that does this as a cleanup prior to this re-work. Thanks, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html