[PR #2937] [MERGED] Fix files/commits of merged PRs #16671

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2937
Author: @ethantkoenig
Created: 11/19/2017
Status: Merged
Merged: 11/25/2017
Merged by: @lunny

Base: masterHead: fix/2797


📝 Commits (2)

  • 8eefee0 Fix files/commits of merged PRs
  • efd1817 Merge branch 'master' into fix/2797

📊 Changes

1 file changed (+30 additions, -8 deletions)

View changed files

📝 routers/repo/pull.go (+30 -8)

📄 Description

Fixes #2797. Instead of looking at the range <base>...<merge-commit>, look at the range <base>...<end-commit> for determining commits and file diffs.


🔄 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/2937 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 11/19/2017 **Status:** ✅ Merged **Merged:** 11/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/2797` --- ### 📝 Commits (2) - [`8eefee0`](https://github.com/go-gitea/gitea/commit/8eefee05ce92c7f9c68c24117efd1b8cffccec37) Fix files/commits of merged PRs - [`efd1817`](https://github.com/go-gitea/gitea/commit/efd18178fd7798ae431948e9afb4c49dc47b7c44) Merge branch 'master' into fix/2797 ### 📊 Changes **1 file changed** (+30 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/pull.go` (+30 -8) </details> ### 📄 Description Fixes #2797. Instead of looking at the range `<base>...<merge-commit>`, look at the range `<base>...<end-commit>` for determining commits and file diffs. --- <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:16:01 -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#16671