Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: fix formatting of submodule.alternateErrorStrategy section
author
David Pursehouse
<dpursehouse@collab.net>
Thu, 16 Feb 2017 05:05:35 +0000
(14:05 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Feb 2017 21:46:20 +0000
(13:46 -0800)
Add missing `::` after the title.
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
Acked-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
31224cb
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index e2571ea8ea6d76ab44d311b4b7863fa40767e7e5..e329292aaf969bebe8682f0142d005a23fc4af04 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-2844,7
+2844,7
@@
submodule.alternateLocation::
value is set to `superproject` the submodule to be cloned computes
its alternates location relative to the superprojects alternate.
-submodule.alternateErrorStrategy
+submodule.alternateErrorStrategy
::
Specifies how to treat errors with the alternates for a submodule
as computed via `submodule.alternateLocation`. Possible values are
`ignore`, `info`, `die`. Default is `die`.