]> git.ipfire.org Git - thirdparty/git.git/commit
doc: highlight that .gitmodules does not support !command
authorPetar Vutov <pvutov@imap.cc>
Tue, 25 Jul 2023 21:22:18 +0000 (23:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jul 2023 21:55:07 +0000 (14:55 -0700)
commit7cebc5bd786a95722dc545a2cad22124ec996c00
treee1dcff8ef765451df421a295e15ce16f10777079
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
doc: highlight that .gitmodules does not support !command

Bugfix for fc01a5d2 (submodule update documentation: don't repeat
ourselves, 2016-12-27).

The `custom command` and `none` options are described as sharing the
same limitations, but one is allowed in .gitmodules and the other is
not.

Rewrite the description for custom commands to be more precise,
and make it easier for readers to notice that custom commands cannot
be used in the .gitmodules file.

Signed-off-by: Petar Vutov <pvutov@imap.cc>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
Documentation/gitmodules.txt