Re: [PATCH v4 3/3] submodule: teach set-branch subcommand

2019-02-08 Thread Denton Liu
On Fri, 8 Feb 2019 at 03:21, Denton Liu wrote: > This teaches git-submodule the set-branch subcommand which allows the > branch of a submodule to be set through a porcelain command without > having to manually manipulate the .gitmodules file. > --- Sorry Junio, I forgot to attach my sign-off to t

[PATCH v4 3/3] submodule: teach set-branch subcommand

2019-02-08 Thread Denton Liu
This teaches git-submodule the set-branch subcommand which allows the branch of a submodule to be set through a porcelain command without having to manually manipulate the .gitmodules file. --- Documentation/git-submodule.txt| 7 ++ contrib/completion/git-completion.bash | 5 +- git-subm