[PR #144] [MERGED] add last commit cache interface #144

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

📋 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: masterHead: lunny/last_commit_cache


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/144 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/12/2019 **Status:** ✅ Merged **Merged:** 2/12/2019 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/last_commit_cache` --- ### 📝 Commits (2) - [`d648e51`](https://github.com/go-gitea/git/commit/d648e513a7615ea532fdc3f348600f338f686682) add last commit cache interface - [`9168fbf`](https://github.com/go-gitea/git/commit/9168fbf8a9279c37ec145a991d7dfc6ff49804ae) fix tests ### 📊 Changes **3 files changed** (+28 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `cache.go` (+11 -0) 📝 `commit_info.go` (+15 -5) 📝 `commit_info_test.go` (+2 -2) </details> ### 📄 Description Add a new interface for cache entrypath's last commit info for a special commit's git tree entries. --- <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:15 -05:00
yindo closed this issue 2026-02-16 10:24:15 -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#144