fix: git url is supposed to only miss commit hash #31
Reference in New Issue
Block a user
Delete Branch "wanderer/fix-git-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
to correctly point to a commit path, a '/src/commit/' chunk had to be
added to the previously used URL, which simply pointed to the root of
the repository. that resulted in a garbled URL and a non-existent path as far as Gitea was concerned.
this PR fixes that.
if you're happy with the changes, please squash merge @dalahast