[PR #3421] [MERGED] Fix PR merge error #16934

Closed
opened 2025-11-02 12:22:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3421
Author: @ethantkoenig
Created: 1/28/2018
Status: Merged
Merged: 1/29/2018
Merged by: @lafriks

Base: masterHead: fix/merge_pr


📝 Commits (2)

  • e4a5959 Fix PR merge error
  • 36d08b6 Merge branch 'master' into fix/merge_pr

📊 Changes

1 file changed (+1 additions, -5 deletions)

View changed files

📝 models/pull.go (+1 -5)

📄 Description

Fix a bug where we used to look for commits between the merge commit and base commit in the head repo (where the merge commit does not exist). This led to spurious error messages (e.g. see line 1069 of https://drone.gitea.io/go-gitea/gitea/3392/9)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3421 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 1/28/2018 **Status:** ✅ Merged **Merged:** 1/29/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/merge_pr` --- ### 📝 Commits (2) - [`e4a5959`](https://github.com/go-gitea/gitea/commit/e4a5959a5308c9029215f7d5e0739ecc2e17dfef) Fix PR merge error - [`36d08b6`](https://github.com/go-gitea/gitea/commit/36d08b68934dc3ad26aa7245d193e28603ab8db1) Merge branch 'master' into fix/merge_pr ### 📊 Changes **1 file changed** (+1 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `models/pull.go` (+1 -5) </details> ### 📄 Description Fix a bug where we used to look for commits between the merge commit and base commit in the head repo (where the merge commit does not exist). This led to spurious error messages (e.g. see line 1069 of https://drone.gitea.io/go-gitea/gitea/3392/9) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:22:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16934