···114114are:
115115116116`gitdir`::
117117-118118- The data that follows the keyword `gitdir:` is used as a glob
117117+ The data that follows the keyword `gitdir` and a colon is used as a glob
119118 pattern. If the location of the .git directory matches the
120119 pattern, the include condition is met.
121120+
···148147 case-insensitively (e.g. on case-insensitive file systems)
149148150149`onbranch`::
151151- The data that follows the keyword `onbranch:` is taken to be a
150150+ The data that follows the keyword `onbranch` and a colon is taken to be a
152151 pattern with standard globbing wildcards and two additional
153152 ones, `**/` and `/**`, that can match multiple path components.
154153 If we are in a worktree where the name of the branch that is
···161160organized hierarchically and you would like to apply a configuration to
162161all the branches in that hierarchy.
163162164164-`hasconfig:remote.*.url:`::
165165- The data that follows this keyword is taken to
163163+`hasconfig:remote.*.url`::
164164+ The data that follows this keyword and a colon is taken to
166165 be a pattern with standard globbing wildcards and two
167166 additional ones, `**/` and `/**`, that can match multiple
168167 components. The first time this keyword is seen, the rest of