mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #121] [CLOSED] Add repo_blob #125
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/121
Author: @clee
Created: 6/4/2018
Status: ❌ Closed
Base:
master← Head:add-repo-blob📝 Commits (1)
26fb1c7Add repo_blob📊 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.