[PR #1968] [MERGED] fix collborators lack of units on orgnization repositories #16148

Closed
opened 2025-11-02 12:03:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1968
Author: @lunny
Created: 6/14/2017
Status: Merged
Merged: 6/15/2017
Merged by: @bkcsoft

Base: masterHead: lunny/fix_collaborator_units


📝 Commits (2)

  • a860569 fix collborators lack of units on orgnization repositories
  • 7bec9c2 also change log level to debug

📊 Changes

26 files changed (+614 additions, -6 deletions)

View changed files

integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/HEAD (+1 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/config (+6 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/description (+1 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/applypatch-msg.sample (+15 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/commit-msg.sample (+24 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/post-update.sample (+8 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-applypatch.sample (+14 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-commit.sample (+49 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-push.sample (+53 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-rebase.sample (+169 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-receive.sample (+24 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/prepare-commit-msg.sample (+36 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/update.sample (+128 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/info/exclude (+6 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/20/ade30d25e0ecaeec84e7f542a8456900858240 (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/27/74debeea6dc742cc4971a92db0e08b95b60588 (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/2a/47ca4b614a9f5a43abbd5ad851a54a616ffee6 (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/2f/9b22fd3159a43b7b4e5dd806fcd544edf8716f (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/d5/6a3073c1dbb7b15963110a049d50cdb5db99fc (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/refs/heads/master (+1 -0)

...and 6 more files

📄 Description

will fix #1947, @typeless please confirm this PR fixed #1947


🔄 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/gitea/pull/1968 **Author:** [@lunny](https://github.com/lunny) **Created:** 6/14/2017 **Status:** ✅ Merged **Merged:** 6/15/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `lunny/fix_collaborator_units` --- ### 📝 Commits (2) - [`a860569`](https://github.com/go-gitea/gitea/commit/a8605692a90985b34c6f61bcb822d30407939ac6) fix collborators lack of units on orgnization repositories - [`7bec9c2`](https://github.com/go-gitea/gitea/commit/7bec9c2b48576fb5371bbe56f1d15c94abac3334) also change log level to debug ### 📊 Changes **26 files changed** (+614 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/HEAD` (+1 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/config` (+6 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/description` (+1 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/applypatch-msg.sample` (+15 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/commit-msg.sample` (+24 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/post-update.sample` (+8 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-applypatch.sample` (+14 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-commit.sample` (+49 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-push.sample` (+53 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-rebase.sample` (+169 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/pre-receive.sample` (+24 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/prepare-commit-msg.sample` (+36 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/hooks/update.sample` (+128 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/info/exclude` (+6 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/20/ade30d25e0ecaeec84e7f542a8456900858240` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/27/74debeea6dc742cc4971a92db0e08b95b60588` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/2a/47ca4b614a9f5a43abbd5ad851a54a616ffee6` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/2f/9b22fd3159a43b7b4e5dd806fcd544edf8716f` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/objects/d5/6a3073c1dbb7b15963110a049d50cdb5db99fc` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user3/repo3.git/refs/heads/master` (+1 -0) _...and 6 more files_ </details> ### 📄 Description will fix #1947, @typeless please confirm this PR fixed #1947 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:03:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16148