-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
issue tags eg "#1" vs "someprefix#1" #7438
Comments
(Note: This does happen here on github too |
may it is possible to link commits only when there is a space or linestart before # |
Hmm yea it shouldn't be doing that, will look and send a fix |
Use same regex as markup for matching in commits. Fixes go-gitea#7438
* Fix regex for issues in commit messages Use same regex as markup for matching in commits. Fixes #7438 * make fmt
* Fix regex for issues in commit messages Use same regex as markup for matching in commits. Fixes go-gitea#7438 * make fmt
Is there an update script to update records from the past 👎 👍 ? It seems the content get static after a push was made :~/ |
@flobee Unfortunately not as it wouldn't necessarily know what was added there for what reason. You could manually remove them from the DB and you can find those type of mention comments like this:
Or you could search for the specific string in the example in this issue:
type 4 is a commit reference which is where this bug was |
thx! |
* Fix regex for issues in commit messages Use same regex as markup for matching in commits. Fixes go-gitea#7438 * make fmt
https://try.gitea.io/company/commit-tags-problem/issues/2
Description
in this issue2 should not be marked within the commit which belongs to issue1
I think for a work around could be writing
KB\#2
but feels uncomfortable and dont work. How to?Kind regards
The text was updated successfully, but these errors were encountered: