[PR #73] [MERGED] Revert to old implementation of GetCommitsInfo #79

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/73
Author: @ethantkoenig
Created: 6/27/2017
Status: Merged
Merged: 6/28/2017
Merged by: @lunny

Base: masterHead: revert/get_commits_info


📝 Commits (1)

  • 0b09e9d Revert to old implementation of GetCommitsInfo

📊 Changes

1 file changed (+90 additions, -135 deletions)

View changed files

📝 tree_entry.go (+90 -135)

📄 Description

Reverts #53 (and several subsequent bug fixes).

There are problems with the new implementation of GetCommitsInfo(..) that was introduced in #53 (see #72). For the sake of having a bug-free 1.2.0 release, we should revert to the old, slower implementation for now.

I do still hope to eventually salvage the faster implementation.


🔄 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/73 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/27/2017 **Status:** ✅ Merged **Merged:** 6/28/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `revert/get_commits_info` --- ### 📝 Commits (1) - [`0b09e9d`](https://github.com/go-gitea/git/commit/0b09e9df345fd70458534dcf4d4f4246f347df73) Revert to old implementation of GetCommitsInfo ### 📊 Changes **1 file changed** (+90 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `tree_entry.go` (+90 -135) </details> ### 📄 Description Reverts #53 (and several subsequent bug fixes). There are problems with the new implementation of `GetCommitsInfo(..)` that was introduced in #53 (see #72). For the sake of having a bug-free 1.2.0 release, we should revert to the old, slower implementation for now. I do still hope to eventually salvage the faster implementation. --- <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:03 -05:00
yindo closed this issue 2026-02-16 10:24:03 -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#79