Opened 3 years ago
Last modified 3 years ago
#17133 new bug
Try to get trac links for GIT working
Reported by: | tqh | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
According to wiki:TracLinks it should be source:/haiku/ReadMe.md
If Haiku repo is default we can even skip the repo part: source:/ReadMe.md
Here are some variants:
source:/haiku/ReadMe.md@master
Is our git traclinks broken?
Change History (2)
comment:1 by , 3 years ago
Component: | - General → Website/Trac |
---|---|
Owner: | changed from | to
comment:2 by , 3 years ago
This would need to be handled by a plugin, since we would link to external sources and not the internal git browser.
Note:
See TracTickets
for help on using tickets.
We have disabled git support in our Trac because it was too slow when we tried it. Instead the source is exposed separately using cgit.
And then we have added specific support for that (so you can link to hrevs easily, for example. But apparently we never adjusted the source links handling.