-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Bug] gitea crash while squash-merging #13483
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
Labels
Comments
@6543 it would be helpful to see the commit message that breaks this. |
|
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Nov 9, 2020
The issue lay in determining the position of matches on a second run round a commit message in FindAllIssueReferences. Fix go-gitea#13483 Signed-off-by: Andrew Thornton <[email protected]>
6543
pushed a commit
to 6543-forks/gitea
that referenced
this issue
Nov 9, 2020
The issue lay in determining the position of matches on a second run round a commit message in FindAllIssueReferences. Fix go-gitea#13483 Signed-off-by: Andrew Thornton <[email protected]>
lafriks
pushed a commit
that referenced
this issue
Nov 9, 2020
* Fix panic bug in handling multiple references in commit The issue lay in determining the position of matches on a second run round a commit message in FindAllIssueReferences. Fix #13483 Signed-off-by: Andrew Thornton <[email protected]> * Extract function and make testable Signed-off-by: Andrew Thornton <[email protected]> * Fix the comment Signed-off-by: Andrew Thornton <[email protected]> * cleaning up the comments a bit more Signed-off-by: Andrew Thornton <[email protected]>
techknowlogick
pushed a commit
that referenced
this issue
Nov 10, 2020
) * Fix panic bug in handling multiple references in commit (#13486) The issue lay in determining the position of matches on a second run round a commit message in FindAllIssueReferences. Fix #13483 Signed-off-by: Andrew Thornton <[email protected]> * CI.restart() Co-authored-by: Andrew Thornton <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gitea version: 1.14.0+dev-158-gc178a3643
to reproduce:
The text was updated successfully, but these errors were encountered: