Re: [PATCH] Documentation/gitmodules: Only 'update' and 'url' are required

2014-01-04 Thread W. Trevor King
On Sat, Jan 04, 2014 at 11:17:54PM +0100, Heiko Voigt wrote: > On Fri, Jan 03, 2014 at 10:31:22AM -0800, W. Trevor King wrote: > > Before this commit, all the settings fell under the initial "Each > > submodule section also contains the following required keys:". The > > example shows sections wit

Re: [PATCH] Documentation/gitmodules: Only 'update' and 'url' are required

2014-01-04 Thread Heiko Voigt
On Fri, Jan 03, 2014 at 10:31:22AM -0800, W. Trevor King wrote: > From: "W. Trevor King" > > Before this commit, all the settings fell under the initial "Each > submodule section also contains the following required keys:". The > example shows sections with just 'update' and 'url' entries, but w

[PATCH] Documentation/gitmodules: Only 'update' and 'url' are required

2014-01-03 Thread W. Trevor King
From: "W. Trevor King" Before this commit, all the settings fell under the initial "Each submodule section also contains the following required keys:". The example shows sections with just 'update' and 'url' entries, but we should still make the required/optional distinction explicit for the des