mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #73] [MERGED] Revert to old implementation of GetCommitsInfo #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:revert/get_commits_info📝 Commits (1)
0b09e9dRevert 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.