[PR #132] [MERGED] Blob api #134

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/132
Author: @HoffmannP
Created: 11/10/2018
Status: Merged
Merged: 11/11/2018
Merged by: @lafriks

Base: masterHead: blob_api


📝 Commits (2)

  • 6aaf351 Add repo_blob
  • 944c6c7 This is a follow-up for PR #121 to implement blob_api including full test coverage

📊 Changes

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

View changed files

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

📄 Description

Berengar W. Lehr
This is a follow-up for PR #121 to implement blob_api

  • including full test coverage

Signed-off-by: Berengar W. Lehr Berengar.Lehr@kompetenztest.de

PS: I hope this is not regarded stealing


🔄 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/132 **Author:** [@HoffmannP](https://github.com/HoffmannP) **Created:** 11/10/2018 **Status:** ✅ Merged **Merged:** 11/11/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `blob_api` --- ### 📝 Commits (2) - [`6aaf351`](https://github.com/go-gitea/git/commit/6aaf3511206f57228d7dcb99db4414f3e5f15ad1) Add repo_blob - [`944c6c7`](https://github.com/go-gitea/git/commit/944c6c758d3a064ac13116840f2b2acb4062eca5) This is a follow-up for PR #121 to implement blob_api including full test coverage ### 📊 Changes **2 files changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `repo_blob.go` (+30 -0) ➕ `repo_blob_test.go` (+66 -0) </details> ### 📄 Description Berengar W. Lehr This is a follow-up for PR #121 to implement blob_api * including full test coverage Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> PS: I hope this is not regarded stealing --- <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:13 -05:00
yindo closed this issue 2026-02-16 10:24:13 -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#134