Skip to content
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

Concatenate error in checkIfPRContentChanged (#28731) #28737

Merged
merged 2 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. Concatenate error in checkIfPRContentChanged (go-gitea#28731)

    - If there's a error with the Git command in `checkIfPRContentChanged`
    the stderr wasn't concatendated to the error, which results in still not
    knowing why an error happend.
    - Adds concatenation for stderr to the returned error.
    - Ref: https://codeberg.org/forgejo/forgejo/issues/2077
    
    Co-authored-by: Gusted <postmaster@gusted.xyz>
    2 people authored and GiteaBot committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5ec3d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c58a8b View commit details
    Browse the repository at this point in the history