fix: git url is supposed to only miss commit hash #31

Merged
dalahast merged 1 commits from wanderer/fix-git-url into master 2021-08-08 11:15:29 +02:00
Owner

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.

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.
wanderer added 1 commit 2021-08-08 01:13:28 +02:00
All checks were successful
continuous-integration/drone/pr Build is passing
df3aa2f710
fix: git url is supposed to only miss commit hash
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
wanderer added the
enhancement
label 2021-08-08 01:14:42 +02:00
wanderer added this to the General project 2021-08-08 01:14:45 +02:00
wanderer requested review from dalahast 2021-08-08 01:14:53 +02:00
Author
Owner

if you're happy with the changes, please squash merge @dalahast

if you're happy with the changes, please squash merge @dalahast
dalahast merged commit 06da04bb5c into master 2021-08-08 11:15:29 +02:00
dalahast approved these changes 2021-08-08 11:15:33 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dotya.ml/homepage#31
No description provided.