]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/remote-avoid-overlapping-names'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2025 16:14:26 +0000 (09:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2025 16:14:26 +0000 (09:14 -0700)
"git remote" now detects remote names that overlap with each other
(e.g., remote nickname "outer" and "outer/inner" are used at the
same time), as it will lead to overlapping remote-tracking
branches.

* jk/remote-avoid-overlapping-names:
  remote: detect collisions in remote names

1  2 
builtin/remote.c

Simple merge