[PR #3305] [MERGED] Serve .patch for pull requests #16873

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3305
Author: @strk
Created: 1/5/2018
Status: Merged
Merged: 1/7/2018
Merged by: @lafriks

Base: masterHead: serve-patch


📝 Commits (3)

  • 3ce7728 Serve .patch for pull requests
  • 8243e4f Handle io.Copy error
  • ab378fc Merge branch 'master' into serve-patch

📊 Changes

7 files changed (+79 additions, -6 deletions)

View changed files

📝 integrations/pull_create_test.go (+9 -1)
📝 routers/repo/pull.go (+47 -1)
📝 routers/routes/routes.go (+1 -0)
📝 vendor/code.gitea.io/git/MAINTAINERS (+1 -0)
📝 vendor/code.gitea.io/git/command.go (+4 -1)
📝 vendor/code.gitea.io/git/repo_pull.go (+14 -0)
📝 vendor/vendor.json (+3 -3)

📄 Description

Closes #3259


🔄 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/3305 **Author:** [@strk](https://github.com/strk) **Created:** 1/5/2018 **Status:** ✅ Merged **Merged:** 1/7/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `serve-patch` --- ### 📝 Commits (3) - [`3ce7728`](https://github.com/go-gitea/gitea/commit/3ce7728c5e7d4f86043720d3516bfa6fa6413fa9) Serve .patch for pull requests - [`8243e4f`](https://github.com/go-gitea/gitea/commit/8243e4f4de726e57e8b148603c19c4cab43cebfe) Handle io.Copy error - [`ab378fc`](https://github.com/go-gitea/gitea/commit/ab378fc041b7936ffd537f2d47213717dba1e898) Merge branch 'master' into serve-patch ### 📊 Changes **7 files changed** (+79 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `integrations/pull_create_test.go` (+9 -1) 📝 `routers/repo/pull.go` (+47 -1) 📝 `routers/routes/routes.go` (+1 -0) 📝 `vendor/code.gitea.io/git/MAINTAINERS` (+1 -0) 📝 `vendor/code.gitea.io/git/command.go` (+4 -1) 📝 `vendor/code.gitea.io/git/repo_pull.go` (+14 -0) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Closes #3259 --- <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:21:04 -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#16873