Git development
 help / color / mirror / Atom feed
* [PATCH] Documentation/gitmodules: Only 'update' and 'url' are required
@ 2014-01-03 18:31 W. Trevor King
  2014-01-04 22:17 ` Heiko Voigt
  0 siblings, 1 reply; 3+ messages in thread
From: W. Trevor King @ 2014-01-03 18:31 UTC (permalink / raw)
  To: Git; +Cc: Junio C Hamano, Jens Lehmann, Heiko Voigt, W. Trevor King

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

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
descriptions.

Signed-off-by: W. Trevor King <wking@tremily.us>
---
 Documentation/gitmodules.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index f7be93f..347a9f7 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/gitmodules.txt
@@ -35,6 +35,8 @@ submodule.<name>.url::
 	linkgit:git-clone[1] or (if it begins with ./ or ../) a location
 	relative to the superproject's origin repository.
 
+In addition, there are a number of optional keys:
+
 submodule.<name>.update::
 	Defines what to do when the submodule is updated by the superproject.
 	If 'checkout' (the default), the new commit specified in the
-- 
1.8.5.2.gaa5d535.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-04 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 18:31 [PATCH] Documentation/gitmodules: Only 'update' and 'url' are required W. Trevor King
2014-01-04 22:17 ` Heiko Voigt
2014-01-04 22:59   ` W. Trevor King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox