-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add gitea support #126
add gitea support #126
Conversation
my very broad regex will probably break some customizations¹ |
Hi, thanks for the PR.
Is the use of Gitea so widespread that it is worth breaking these customizations? Since Gitea is self-hosted and has all sorts of URLs is it even needed in |
It sees a fair amount of use by corporates and self-hosting types. |
This seems like unnecessary work given the alternative: (eval-after-load 'git-link
'(progn
(add-to-list 'git-link-remote-alist
'("your-custom-gitea-url" git-link-codeburg)) Maybe a This situation is similar to Cgit which we currently support via a custom function but it is not added to |
Now admittedly having to add to 3 lists is not ideal and should change. I think #115 has a proposed fix for this |
Well then, given the workaround, I'll close the PR. |
Updated docs with info on how to enable Gitea support and added |
closes #117