diff options
author | Christian Couder <christian.couder@gmail.com> | 2025-03-18 12:00:08 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-18 12:22:34 -0700 |
commit | 2c0dcb9754959c9b917634313fb448fce5052642 (patch) | |
tree | 3cb0c27fa4c95fc212f2422d212de5c8e64e130c /t/helper/test-submodule-nested-repo-config.c | |
parent | caed258323bfd8cab1ae086cbacc6ece5b5ef364 (diff) |
promisor-remote: compare remote names case sensitively
Because the "[remote "nick"] fetch = ..." configuration variables
have the nickname in the second part, the nicknames are case
sensitive, unlike the first and the third component (i.e.
"remote.origin.fetch" and "Remote.origin.FETCH" are the same thing,
but "remote.Origin.fetch" and "remote.origin.fetch" are different).
Let's follow the way Git works in general and compare the remote
names case sensitively when processing advertised remotes.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
0 files changed, 0 insertions, 0 deletions