[PR #1824] [MERGED] Update code.gitea.io/git #16067

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1824
Author: @ethantkoenig
Created: 5/27/2017
Status: Merged
Merged: 5/30/2017
Merged by: @appleboy

Base: masterHead: update_vendor


📝 Commits (3)

📊 Changes

11 files changed (+200 additions, -117 deletions)

View changed files

📝 models/pull.go (+4 -1)
📝 models/repo.go (+4 -1)
📝 models/repo_editor.go (+12 -3)
📝 models/wiki.go (+8 -2)
📝 vendor/code.gitea.io/git/MAINTAINERS (+2 -0)
📝 vendor/code.gitea.io/git/Makefile (+6 -2)
📝 vendor/code.gitea.io/git/command.go (+5 -1)
📝 vendor/code.gitea.io/git/repo.go (+26 -2)
📝 vendor/code.gitea.io/git/repo_branch.go (+5 -9)
📝 vendor/code.gitea.io/git/tree_entry.go (+125 -93)
📝 vendor/vendor.json (+3 -3)

📄 Description

Bring in latest changes from https://github.com/go-gitea/git. Includes fix for https://github.com/go-gitea/gitea/issues/491 and https://github.com/go-gitea/gitea/issues/502 (see https://github.com/go-gitea/git/pull/53)


🔄 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/1824 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 5/27/2017 **Status:** ✅ Merged **Merged:** 5/30/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `update_vendor` --- ### 📝 Commits (3) - [`d5e180e`](https://github.com/go-gitea/gitea/commit/d5e180ea42a233479e22d3de0b300667c633f131) Update code.gitea.io/git - [`db148a4`](https://github.com/go-gitea/gitea/commit/db148a43e997ea02ed0951ec392ec7fd9cddcc59) Update function calls - [`1445453`](https://github.com/go-gitea/gitea/commit/14454538dd66fb171dcf15a6b7b0233f7d9695d9) govendor fetch ### 📊 Changes **11 files changed** (+200 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `models/pull.go` (+4 -1) 📝 `models/repo.go` (+4 -1) 📝 `models/repo_editor.go` (+12 -3) 📝 `models/wiki.go` (+8 -2) 📝 `vendor/code.gitea.io/git/MAINTAINERS` (+2 -0) 📝 `vendor/code.gitea.io/git/Makefile` (+6 -2) 📝 `vendor/code.gitea.io/git/command.go` (+5 -1) 📝 `vendor/code.gitea.io/git/repo.go` (+26 -2) 📝 `vendor/code.gitea.io/git/repo_branch.go` (+5 -9) 📝 `vendor/code.gitea.io/git/tree_entry.go` (+125 -93) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Bring in latest changes from https://github.com/go-gitea/git. Includes fix for https://github.com/go-gitea/gitea/issues/491 and https://github.com/go-gitea/gitea/issues/502 (see https://github.com/go-gitea/git/pull/53) --- <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:01:33 -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#16067