[PR #127] [CLOSED] limit commit count to improve performance on large repositories #130

Closed
opened 2026-02-16 10:24:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: feature/MaxGitCommits


📝 Commits (1)

  • 8fa5cba limit commit count to improve performance on large repositories

📊 Changes

3 files changed (+13 additions, -10 deletions)

View changed files

📝 commit.go (+8 -5)
📝 commit_test.go (+1 -1)
📝 repo_commit.go (+4 -4)

📄 Description

limit commit count to improve performance on large repositories


🔄 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/git/pull/127 **Author:** [@utoni](https://github.com/utoni) **Created:** 9/18/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/MaxGitCommits` --- ### 📝 Commits (1) - [`8fa5cba`](https://github.com/go-gitea/git/commit/8fa5cba203c7f1196e92d784467d1fec44424bdb) limit commit count to improve performance on large repositories ### 📊 Changes **3 files changed** (+13 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `commit.go` (+8 -5) 📝 `commit_test.go` (+1 -1) 📝 `repo_commit.go` (+4 -4) </details> ### 📄 Description limit commit count to improve performance on large repositories --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:12 -05:00
yindo closed this issue 2026-02-16 10:24:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#130