mirror of
https://github.com/go-gitea/go-sdk.git
synced 2026-07-19 23:23:32 -04:00
[PR #158] [CLOSED] Adds wrapper for blob content #163
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/go-sdk/pull/158
Author: @richmahn
Created: 4/1/2019
Status: ❌ Closed
Base:
master← Head:wrapper-for-blob-content📝 Commits (10+)
09e50a9Adds wrapper for blob content7d49883Fixes imports1da9749Improved wrapping of Blob3a27cefUpdates commente69bb3dUpdates blob408452aAdds comment70946edAdds comment817f1b0Makes the UploadFileOptions a bit more clear7014688Format031b285Addsc omment📊 Changes
2 files changed (+42 additions, -14 deletions)
View changed files
📝
gitea/git_blob.go(+34 -7)📝
gitea/repo_file.go(+8 -7)📄 Description
This change is made for issue https://github.com/go-gitea/gitea/issue/4762 in relation to review of https://github.com/go-gitea/gitea/pull/6314, making the Blob data be encoded on Marshalling.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.