Re: [PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

2017-02-04 Thread Cornelius Weig
Shouldn't this be part of v2.12-rc0? I just checked but it's not there. Cheers, Cornelius

Fwd: [PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

2017-02-02 Thread Brandon Williams
Looks good to me! Thanks for writing the documentation. I really need to be better about getting documentation done at the same time I'm adding features :) -Brandon On Wed, Feb 1, 2017 at 3:16 PM, Junio C Hamano wrote: > > cornelius.w...@tngtech.com writes: > > > From: Cornelius Weig > > > >

Re: [PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

2017-02-01 Thread Junio C Hamano
cornelius.w...@tngtech.com writes: > From: Cornelius Weig > > Add documentation for the `--recurse-submodules=only` option of > git-push. The feature was added in commit 225e8bf (add option to > push only submodules). > > Signed-off-by: Cornelius Weig > --- > > Notes: > This feature is alrea

[PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

2017-02-01 Thread cornelius . weig
From: Cornelius Weig Add documentation for the `--recurse-submodules=only` option of git-push. The feature was added in commit 225e8bf (add option to push only submodules). Signed-off-by: Cornelius Weig --- Notes: This feature is already in 'next' but was undocumented. Unless somebody rea