[PR #94] [MERGED] Introduce Blob.DataAsync #101

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

📋 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: masterHead: blob-data-async


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/94 **Author:** [@mrexodia](https://github.com/mrexodia) **Created:** 11/27/2017 **Status:** ✅ Merged **Merged:** 11/28/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `blob-data-async` --- ### 📝 Commits (1) - [`3d208eb`](https://github.com/go-gitea/git/commit/3d208eb6cf5ded9cc3b05134512529ae2614e8ba) Introduce Blob.DataAsyc ### 📊 Changes **1 file changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `blob.go` (+37 -0) </details> ### 📄 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). --- <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:06 -05:00
yindo closed this issue 2026-02-16 10:24:06 -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#101