[PR #175] [MERGED] Upgrade vendor "git" #15206

Closed
opened 2025-11-02 11:41:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/175
Author: @thibaultmeyer
Created: 11/15/2016
Status: Merged
Merged: 11/15/2016
Merged by: @lunny

Base: masterHead: feature/upgrade-git-vendor


📝 Commits (1)

📊 Changes

12 files changed (+295 additions, -21 deletions)

View changed files

vendor/code.gitea.io/git/CONTRIBUTING.md (+162 -0)
vendor/code.gitea.io/git/CONTRIBUTORS (+9 -0)
vendor/code.gitea.io/git/DCO (+36 -0)
📝 vendor/code.gitea.io/git/LICENSE (+3 -2)
vendor/code.gitea.io/git/MAINTAINERS (+10 -0)
vendor/code.gitea.io/git/Makefile (+40 -0)
📝 vendor/code.gitea.io/git/README.md (+11 -8)
📝 vendor/code.gitea.io/git/hook.go (+2 -2)
📝 vendor/code.gitea.io/git/repo_tag.go (+1 -1)
📝 vendor/code.gitea.io/git/tree_entry.go (+18 -5)
📝 vendor/code.gitea.io/git/utils.go (+0 -0)
📝 vendor/vendor.json (+3 -3)

📄 Description

Upgrade "git" via the command govendor


🔄 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/175 **Author:** [@thibaultmeyer](https://github.com/thibaultmeyer) **Created:** 11/15/2016 **Status:** ✅ Merged **Merged:** 11/15/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature/upgrade-git-vendor` --- ### 📝 Commits (1) - [`f0efd72`](https://github.com/go-gitea/gitea/commit/f0efd721060c8e4012899acbbeb7f959f90d930f) Upgrade vendor "git" ### 📊 Changes **12 files changed** (+295 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `vendor/code.gitea.io/git/CONTRIBUTING.md` (+162 -0) ➕ `vendor/code.gitea.io/git/CONTRIBUTORS` (+9 -0) ➕ `vendor/code.gitea.io/git/DCO` (+36 -0) 📝 `vendor/code.gitea.io/git/LICENSE` (+3 -2) ➕ `vendor/code.gitea.io/git/MAINTAINERS` (+10 -0) ➕ `vendor/code.gitea.io/git/Makefile` (+40 -0) 📝 `vendor/code.gitea.io/git/README.md` (+11 -8) 📝 `vendor/code.gitea.io/git/hook.go` (+2 -2) 📝 `vendor/code.gitea.io/git/repo_tag.go` (+1 -1) 📝 `vendor/code.gitea.io/git/tree_entry.go` (+18 -5) 📝 `vendor/code.gitea.io/git/utils.go` (+0 -0) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Upgrade "git" via the command `govendor` --- <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 11:41:18 -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#15206