You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just recognized that I had a wrong letter (*) in my commit message (which made my CI fail as it could not parse the message). I amended the commit (git commit --amend) changing the message so it does not include the letter anymore. Then I force pushed it to gitea. Now, if I want to open the commit page of this very commit, it just opens in the 404 page.
The commit I amended was a commit generated by my account in gitea after squashing and merging a PR.
Some hint from the log:
2020/11/28 16:00:10 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT max( id ) as id FROM `commit_status` WHERE (repo_id = ?) AND (sha = ?) GROUP BY context_hash ORDER BY max( id ) desc LIMIT 10 [27 b32d978e0197e35d16ca29fc288afd44d69d4bdc] - 902.783µs
2020/11/28 16:00:10 ...m.io/xorm/core/db.go:154:QueryContext() [I] [SQL] SELECT `id`, `index`, `repo_id`, `state`, `sha`, `target_url`, `description`, `context_hash`, `context`, `creator_id`, `created_unix`, `updated_unix` FROM `commit_status` WHERE `id` IN (?) [1084] - 479.88µs
2020/11/28 16:00:11 ...uters/repo/commit.go:257:Diff() [E] GetDiffCommit: ParsePatch: Unexpected line in hunk: AAK/H,EAAI,EAAGG,EAAM4H,EAAU1H,OAAQL,EAAIG
[...]
,IAAM6D,KAAK7D,GACjBwJ,EAAM1B,IAAMjE,KAAKiE,GAKzB2C,SAAU,SAAUj
The text was updated successfully, but these errors were encountered:
[x]
):Description
I just recognized that I had a wrong letter (*) in my commit message (which made my CI fail as it could not parse the message). I amended the commit (
git commit --amend
) changing the message so it does not include the letter anymore. Then I force pushed it to gitea. Now, if I want to open the commit page of this very commit, it just opens in the 404 page.The commit I amended was a commit generated by my account in gitea after squashing and merging a PR.
Some hint from the log:
The text was updated successfully, but these errors were encountered: