mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
Update the regex to allow remote names which are allowed in git, like `foo-bar`, `foo.bar` or `😜`. Do not try to artificially limit the allowed remote names through the regex. Closes #11941