Benjamin-Loison / gitea

Git with a cup of tea, painless self-hosted git service
https://gitea.io
MIT License
0 stars 0 forks source link

Simplify git string displayed for URLs #13

Open Benjamin-Loison opened 9 months ago

Benjamin-Loison commented 9 months ago

Feature Description

For instance replace:

https://github.com/Benjamin-Loison/obs-studio/issues/4

to

[Benjamin-Loison/obs-studio#4](https://github.com/Benjamin-Loison/obs-studio/issues/4)

On a URL basis (to not introduce ambiguity) could choose to even simplify, if it is not a fork do not show Git repository username, as it is the original one.

To some extent GitHub proceeds similarly.

Making the assumption that identical identifier Git repositories on different plateforms (if a Git repository with a given identifier exists on multiple plateforms) contain identical content.

Could at least make a script for me to simplify issues.

+2

Screenshots

No response

Benjamin-Loison commented 2 months ago

Also would like to remind repository when referring to another one, see Benjamin_Loison/template-python/issues/3#issue-818125.