[PR #121] [CLOSED] Add repo_blob #125

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/121
Author: @clee
Created: 6/4/2018
Status: Closed

Base: masterHead: add-repo-blob


📝 Commits (1)

📊 Changes

2 files changed (+70 additions, -0 deletions)

View changed files

repo_blob.go (+30 -0)
repo_blob_test.go (+40 -0)

📄 Description

This adds a new Repository.GetBlob(id) method for use by gitea.

Part of an attempt to fix go-gitea/gitea#4048.


🔄 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/121 **Author:** [@clee](https://github.com/clee) **Created:** 6/4/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-repo-blob` --- ### 📝 Commits (1) - [`26fb1c7`](https://github.com/go-gitea/git/commit/26fb1c7b563a2a99c983b0a77d23e4beca56e2a1) Add repo_blob ### 📊 Changes **2 files changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `repo_blob.go` (+30 -0) ➕ `repo_blob_test.go` (+40 -0) </details> ### 📄 Description This adds a new `Repository.GetBlob(id)` method for use by gitea. Part of an attempt to fix go-gitea/gitea#4048. --- <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:11 -05:00
yindo closed this issue 2026-02-16 10:24:11 -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#125