Jens Lehmann <Jens.Lehmann@xxxxxx> writes: > Since 1.7.0 submodules are considered dirty when they contain untracked > files. But when git status is called with the "-uno" option, the user > asked to ignore untracked files, so they must be ignored in submodules > too. To achieve this, the new flag DIFF_OPT_IGNORE_UNTRACKED_IN_SUBMODULES > is introduced. > > Signed-off-by: Jens Lehmann <Jens.Lehmann@xxxxxx> > --- > > This patch applies on top of current pu. > > I'm open to suggestions for a shorter name for the new diff option > IGNORE_UNTRACKED_IN_SUBMODULES; I did not manage to come up with a > shorter yet still descriptive enough name. Why do you even need that flag? Isn't it the matter of deciding to ignore or pay attention to the DIRTY_SUBMODULE_UNTRACKED bit in the return value of is_submodule_modified(), depending on whether the toplevel wt_status was called with -uno? -- 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