Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > so that 'status' and 'status -s' in a subdir produce the same file > names. This configuration is on by default which makes this change even more important. I'd squash this in and queue it at the tip of jk/1.7.0-status topic. Thanks diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 58d35fb..b3dfa42 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -114,8 +114,8 @@ compatibility) and `color.status.<slot>` configuration variables to colorize its output. If the config variable `status.relativePaths` is set to false, then all -paths shown in the long format are relative to the repository root, not -to the current directory. +paths shown are relative to the repository root, not to the current +directory. If `status.submodulesummary` is set to a non zero number or true (identical to -1 or an unlimited number), the submodule summary will be enabled for -- 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