[PR #3137] [MERGED] Update code.gitea.io/git #16787

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3137
Author: @ethantkoenig
Created: 12/10/2017
Status: Merged
Merged: 12/11/2017
Merged by: @lunny

Base: masterHead: update/git


📝 Commits (3)

  • cfefad5 Update code.gitea.io/git
  • f121fdd Merge branch 'master' into update/git
  • 8c3a121 Merge branch 'master' into update/git

📊 Changes

31 files changed (+3270 additions, -401 deletions)

View changed files

vendor/code.gitea.io/git/commit_info.go (+307 -0)
📝 vendor/code.gitea.io/git/repo.go (+1 -1)
📝 vendor/code.gitea.io/git/repo_commit.go (+38 -50)
📝 vendor/code.gitea.io/git/signature.go (+6 -1)
📝 vendor/code.gitea.io/git/tree_entry.go (+0 -114)
📝 vendor/github.com/davecgh/go-spew/LICENSE (+2 -2)
📝 vendor/github.com/davecgh/go-spew/spew/bypass.go (+4 -4)
vendor/github.com/davecgh/go-spew/spew/bypasssafe.go (+0 -38)
📝 vendor/github.com/davecgh/go-spew/spew/common.go (+2 -2)
📝 vendor/github.com/davecgh/go-spew/spew/config.go (+10 -1)
📝 vendor/github.com/davecgh/go-spew/spew/doc.go (+10 -1)
📝 vendor/github.com/davecgh/go-spew/spew/dump.go (+9 -9)
📝 vendor/github.com/davecgh/go-spew/spew/format.go (+3 -3)
📝 vendor/github.com/davecgh/go-spew/spew/spew.go (+1 -1)
📝 vendor/github.com/mcuadros/go-version/README.md (+1 -3)
📝 vendor/github.com/mcuadros/go-version/compare.go (+13 -1)
📝 vendor/github.com/pmezard/go-difflib/difflib/difflib.go (+34 -20)
vendor/github.com/stretchr/testify/assert/assertion_format.go (+379 -0)
vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl (+4 -0)
📝 vendor/github.com/stretchr/testify/assert/assertion_forward.go (+427 -27)

...and 11 more files

📄 Description

Updates code.gitea.io/git dependency. Includes https://github.com/go-gitea/git/pull/91, among other PRs.


🔄 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/3137 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/10/2017 **Status:** ✅ Merged **Merged:** 12/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `update/git` --- ### 📝 Commits (3) - [`cfefad5`](https://github.com/go-gitea/gitea/commit/cfefad5f4030be8c625480c356ebde729f28040e) Update code.gitea.io/git - [`f121fdd`](https://github.com/go-gitea/gitea/commit/f121fdde06a5669e312bffb793e3ba16bbf8e9cd) Merge branch 'master' into update/git - [`8c3a121`](https://github.com/go-gitea/gitea/commit/8c3a121a66bba26d67f462729eeab28070e2e743) Merge branch 'master' into update/git ### 📊 Changes **31 files changed** (+3270 additions, -401 deletions) <details> <summary>View changed files</summary> ➕ `vendor/code.gitea.io/git/commit_info.go` (+307 -0) 📝 `vendor/code.gitea.io/git/repo.go` (+1 -1) 📝 `vendor/code.gitea.io/git/repo_commit.go` (+38 -50) 📝 `vendor/code.gitea.io/git/signature.go` (+6 -1) 📝 `vendor/code.gitea.io/git/tree_entry.go` (+0 -114) 📝 `vendor/github.com/davecgh/go-spew/LICENSE` (+2 -2) 📝 `vendor/github.com/davecgh/go-spew/spew/bypass.go` (+4 -4) ➖ `vendor/github.com/davecgh/go-spew/spew/bypasssafe.go` (+0 -38) 📝 `vendor/github.com/davecgh/go-spew/spew/common.go` (+2 -2) 📝 `vendor/github.com/davecgh/go-spew/spew/config.go` (+10 -1) 📝 `vendor/github.com/davecgh/go-spew/spew/doc.go` (+10 -1) 📝 `vendor/github.com/davecgh/go-spew/spew/dump.go` (+9 -9) 📝 `vendor/github.com/davecgh/go-spew/spew/format.go` (+3 -3) 📝 `vendor/github.com/davecgh/go-spew/spew/spew.go` (+1 -1) 📝 `vendor/github.com/mcuadros/go-version/README.md` (+1 -3) 📝 `vendor/github.com/mcuadros/go-version/compare.go` (+13 -1) 📝 `vendor/github.com/pmezard/go-difflib/difflib/difflib.go` (+34 -20) ➕ `vendor/github.com/stretchr/testify/assert/assertion_format.go` (+379 -0) ➕ `vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl` (+4 -0) 📝 `vendor/github.com/stretchr/testify/assert/assertion_forward.go` (+427 -27) _...and 11 more files_ </details> ### 📄 Description Updates code.gitea.io/git dependency. Includes https://github.com/go-gitea/git/pull/91, among other PRs. --- <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:19:07 -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#16787