doc: clarify gitcredentials path component matching
authorDavid Zych <dmrz@illinois.edu>
Wed, 26 Sep 2018 22:23:11 +0000 (22:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 22:24:50 +0000 (15:24 -0700)
The gitcredentials documentation implied that the config file's
"pattern" URL might include a path component, but did not explain that
it must match exactly (potentially leaving readers with the false hope
that it would support a more flexible prefix match).

Signed-off-by: David Zych <dmrz@illinois.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found