wking@xxxxxxxxxx writes: > From: "W. Trevor King" <wking@xxxxxxxxxx> > > This allows you to easily record a submodule.<name>.branch option in > .gitmodules when you add a new submodule. With this patch, > > $ git submodule add -b <branch> <repository> [<path>] > $ git config -f .gitmodules submodule.<path>.branch <branch> > > reduces to > > $ git submodule add -b <branch> <repository> [<path>] > > This means that future calls to > > $ git submodule update --remote ... > > will get updates from the same branch that you used to initialize the > submodule, which is usually what you want. I agree that it would usually be what you want when you are using the --remote option. Will replace the previous round with this. Thanks. -- 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