[PR #40] [MERGED] Add GetRepoSize implemented using count-objects #48

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

📋 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: masterHead: count_objects


📝 Commits (1)

  • 93398cf Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/40 **Author:** [@cez81](https://github.com/cez81) **Created:** 4/3/2017 **Status:** ✅ Merged **Merged:** 4/5/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `count_objects` --- ### 📝 Commits (1) - [`93398cf`](https://github.com/go-gitea/git/commit/93398cf80c8203c7734663d5706ff745f8463f83) Add GetRepoSize implemented using count-objects ### 📊 Changes **1 file changed** (+63 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `repo.go` (+63 -0) </details> ### 📄 Description GetRepoSize() implementation for use with https://github.com/go-gitea/gitea/pull/39 --- <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:23:57 -05:00
yindo closed this issue 2026-02-16 10:23:57 -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#48