mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #40] [MERGED] Add GetRepoSize implemented using count-objects #48
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/40
Author: @cez81
Created: 4/3/2017
Status: ✅ Merged
Merged: 4/5/2017
Merged by: @lunny
Base:
master← Head:count_objects📝 Commits (1)
93398cfAdd GetRepoSize implemented using count-objects📊 Changes
1 file changed (+63 additions, -0 deletions)
View changed files
📝
repo.go(+63 -0)📄 Description
GetRepoSize() implementation for use with https://github.com/go-gitea/gitea/pull/39
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.