[PR #3028] [MERGED] Memory usage improvements and lower minimal git requirement to 1.7.2 (#3013) #16725

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3028
Author: @lafriks
Created: 11/29/2017
Status: Merged
Merged: 11/29/2017
Merged by: @lafriks

Base: release/v1.3Head: backport/git_1_7


📝 Commits (2)

  • ca8a854 Memory usage improvements (#3013)
  • e43f51e Merge branch 'release/v1.3' into backport/git_1_7

📊 Changes

9 files changed (+86 additions, -22 deletions)

View changed files

📝 modules/context/repo.go (+3 -0)
📝 routers/repo/download.go (+2 -1)
📝 routers/repo/editor.go (+7 -2)
📝 routers/repo/issue.go (+3 -0)
📝 routers/repo/view.go (+19 -10)
📝 vendor/code.gitea.io/git/blob.go (+46 -4)
📝 vendor/code.gitea.io/git/commit.go (+2 -1)
📝 vendor/code.gitea.io/git/git.go (+1 -1)
📝 vendor/vendor.json (+3 -3)

📄 Description

Backport to 1.3


🔄 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/3028 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/29/2017 **Status:** ✅ Merged **Merged:** 11/29/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.3` ← **Head:** `backport/git_1_7` --- ### 📝 Commits (2) - [`ca8a854`](https://github.com/go-gitea/gitea/commit/ca8a8545e74e64e72b942ea02a152fe6e37be881) Memory usage improvements (#3013) - [`e43f51e`](https://github.com/go-gitea/gitea/commit/e43f51e89060fbf519f783ebb9fe10f48eed32d7) Merge branch 'release/v1.3' into backport/git_1_7 ### 📊 Changes **9 files changed** (+86 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `modules/context/repo.go` (+3 -0) 📝 `routers/repo/download.go` (+2 -1) 📝 `routers/repo/editor.go` (+7 -2) 📝 `routers/repo/issue.go` (+3 -0) 📝 `routers/repo/view.go` (+19 -10) 📝 `vendor/code.gitea.io/git/blob.go` (+46 -4) 📝 `vendor/code.gitea.io/git/commit.go` (+2 -1) 📝 `vendor/code.gitea.io/git/git.go` (+1 -1) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Backport to 1.3 --- <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:17: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#16725