[PR #4912] [CLOSED] added setting MaxGitCommits #17547

Closed
opened 2025-11-02 13:59:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4912
Author: @utoni
Created: 9/11/2018
Status: Closed

Base: masterHead: feature/MaxGitCommits


📝 Commits (1)

  • 08be584 added setting MaxGitCommits to improve performance on large repositories e.g. linux-git (targets embedded platforms)

📊 Changes

10 files changed (+25 additions, -15 deletions)

View changed files

📝 custom/conf/app.ini.sample (+3 -0)
📝 models/release.go (+1 -1)
📝 models/update.go (+2 -1)
📝 modules/context/repo.go (+2 -1)
📝 modules/setting/setting.go (+2 -0)
📝 routers/repo/commit.go (+1 -1)
📝 routers/repo/release.go (+1 -1)
📝 templates/repo/sub_menu.tmpl (+1 -1)
📝 vendor/code.gitea.io/git/commit.go (+8 -5)
📝 vendor/code.gitea.io/git/repo_commit.go (+4 -4)

📄 Description

added setting MaxGitCommits to improve performance on large repositories e.g. linux-git (targets embedded platforms) to limit the git commit count with --max-count


🔄 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/4912 **Author:** [@utoni](https://github.com/utoni) **Created:** 9/11/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/MaxGitCommits` --- ### 📝 Commits (1) - [`08be584`](https://github.com/go-gitea/gitea/commit/08be58400a9691bd248e67e5603ff81feb0f0114) added setting MaxGitCommits to improve performance on large repositories e.g. linux-git (targets embedded platforms) ### 📊 Changes **10 files changed** (+25 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+3 -0) 📝 `models/release.go` (+1 -1) 📝 `models/update.go` (+2 -1) 📝 `modules/context/repo.go` (+2 -1) 📝 `modules/setting/setting.go` (+2 -0) 📝 `routers/repo/commit.go` (+1 -1) 📝 `routers/repo/release.go` (+1 -1) 📝 `templates/repo/sub_menu.tmpl` (+1 -1) 📝 `vendor/code.gitea.io/git/commit.go` (+8 -5) 📝 `vendor/code.gitea.io/git/repo_commit.go` (+4 -4) </details> ### 📄 Description added setting MaxGitCommits to improve performance on large repositories e.g. linux-git (targets embedded platforms) to limit the git commit count with --max-count --- <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 13:59:24 -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#17547