https://github.com/Raku/whateverable/blob/main/xbin/Releasable.p6#L223
Generates gists like https://gist.github.com/Whateverable/0e6ddedaa715a2cb0eebf0c5278016ec
Which have URLS like
https://github.com/rakudo/rakudo.git/commit.git/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293
Which are incorrect - the '.git' doesn't resolve here - it only redirects to rakudo/rakudo if you end at rakudo/rakudo.git - if you add the commit after it, that no longer redirects and instead 404s.
Should be https://github.com/rakudo/rakudo/commit/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293
https://github.com/Raku/whateverable/blob/main/xbin/Releasable.p6#L223
Generates gists like https://gist.github.com/Whateverable/0e6ddedaa715a2cb0eebf0c5278016ec
Which have URLS like
https://github.com/rakudo/rakudo.git/commit.git/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293Which are incorrect - the '.git' doesn't resolve here - it only redirects to rakudo/rakudo if you end at rakudo/rakudo.git - if you add the commit after it, that no longer redirects and instead 404s.
Should be
https://github.com/rakudo/rakudo/commit/d6dda7eb4c5744cecaa10aefac81bd5eb1f44293