Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v8 3/3] submodule add: If --branch is given, record it in .gitmodules

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:33

wking@tremily.us writes:
From: "W. Trevor King" <redacted>

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help