Re: [PATCH] pull: optionally rebase submodules

2017-05-15 Thread Brandon Williams
On 05/11, Stefan Beller wrote: > On Thu, May 11, 2017 at 10:24 AM, Brandon Williams wrote: > > Teach pull to optionally update submodules when '--recurse-submodules' > > is provided. This will teach pull to run 'submodule update --rebase' > > when the '--recurse-submodules' and '--rebase' flags a

Re: [PATCH] pull: optionally rebase submodules

2017-05-12 Thread Brandon Williams
On 05/11, Philip Oakley wrote: > From: "Brandon Williams" > >Teach pull to optionally update submodules when '--recurse-submodules' > >is provided. This will teach pull to run 'submodule update --rebase' > >when the '--recurse-submodules' and '--rebase' flags are given. > > > >Signed-off-by: Bran

Re: [PATCH] pull: optionally rebase submodules

2017-05-11 Thread Philip Oakley
From: "Brandon Williams" Teach pull to optionally update submodules when '--recurse-submodules' is provided. This will teach pull to run 'submodule update --rebase' when the '--recurse-submodules' and '--rebase' flags are given. Signed-off-by: Brandon Williams --- Pull is already a shortcut

Re: [PATCH] pull: optionally rebase submodules

2017-05-11 Thread Stefan Beller
On Thu, May 11, 2017 at 10:24 AM, Brandon Williams wrote: > Teach pull to optionally update submodules when '--recurse-submodules' > is provided. This will teach pull to run 'submodule update --rebase' > when the '--recurse-submodules' and '--rebase' flags are given. > > Signed-off-by: Brandon Wi

[PATCH] pull: optionally rebase submodules

2017-05-11 Thread Brandon Williams
Teach pull to optionally update submodules when '--recurse-submodules' is provided. This will teach pull to run 'submodule update --rebase' when the '--recurse-submodules' and '--rebase' flags are given. Signed-off-by: Brandon Williams --- Pull is already a shortcut for running fetch followed b