mirror of
https://github.com/go-gitea/git.git
synced 2026-07-25 12:46:00 -04:00
[PR #144] [MERGED] add last commit cache interface #144
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/144
Author: @lunny
Created: 2/12/2019
Status: ✅ Merged
Merged: 2/12/2019
Merged by: @lunny
Base:
master← Head:lunny/last_commit_cache📝 Commits (2)
d648e51add last commit cache interface9168fbffix tests📊 Changes
3 files changed (+28 additions, -7 deletions)
View changed files
➕
cache.go(+11 -0)📝
commit_info.go(+15 -5)📝
commit_info_test.go(+2 -2)📄 Description
Add a new interface for cache entrypath's last commit info for a special commit's git tree entries.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.