fix: git url is supposed to only miss commit hash #31
No reviewers
Labels
No Label
WIP
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
WIP
bug
docs done
docs needed
duplicate
enhancement
feature
gemini
invalid
legal-ish
needs help
onionz
proposal
question
resolved
security
spam
todo
upstream-related
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dotya.ml/homepage#31
Loading…
Reference in New Issue
Block a user
No description provided.
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