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
Use indirect comparison when showing pull requests (go-gitea#18313)
When generating the commits list and number of files changed for PRs and
compare we should use "..." always not "..".
Fixgo-gitea#18303
Signed-off-by: Andrew Thornton <[email protected]>
ifstrings.Contains(err.Error(), "fatal: Not a valid object name") ||strings.Contains(err.Error(), "unknown revision or path not in the working tree") {
0 commit comments