mirror of
https://github.com/go-gitea/git.git
synced 2026-07-18 20:44:38 -04:00
[PR #94] [MERGED] Introduce Blob.DataAsync #101
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/94
Author: @mrexodia
Created: 11/27/2017
Status: ✅ Merged
Merged: 11/28/2017
Merged by: @lafriks
Base:
master← Head:blob-data-async📝 Commits (1)
3d208ebIntroduce Blob.DataAsyc📊 Changes
1 file changed (+37 additions, -0 deletions)
View changed files
📝
blob.go(+37 -0)📄 Description
This is a replacement for #47
I need this function for my refactor (related work: https://github.com/go-gitea/git/pull/93, https://github.com/go-gitea/gitea/pull/2990, https://github.com/go-gitea/gitea/issues/2669).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.