[PR #94] [MERGED] Replace gogits/git-module dependency with go-gitea/git #15142

Closed
opened 2025-11-02 11:39:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/94
Author: @strk
Created: 11/6/2016
Status: Merged
Merged: 11/6/2016
Merged by: @andreynering

Base: masterHead: git-dep


📝 Commits (2)

  • b8faed0 Replace gogits/git-module dependency with go-gitea/git
  • 58ff8ea Remove git alias for git module import (not needed)

📊 Changes

54 files changed (+37 additions, -37 deletions)

View changed files

📝 cmd/serve.go (+1 -1)
📝 cmd/web.go (+2 -2)
📝 models/action.go (+1 -1)
📝 models/git_diff.go (+1 -1)
📝 models/pull.go (+1 -1)
📝 models/release.go (+1 -1)
📝 models/repo.go (+1 -1)
📝 models/repo_branch.go (+1 -1)
📝 models/repo_editor.go (+1 -1)
📝 models/update.go (+1 -1)
📝 models/user.go (+1 -1)
📝 models/webhook_slack.go (+1 -1)
📝 models/wiki.go (+1 -1)
📝 modules/context/repo.go (+1 -1)
📝 routers/api/v1/convert/convert.go (+1 -1)
📝 routers/api/v1/repo/file.go (+1 -1)
📝 routers/install.go (+1 -1)
📝 routers/repo/commit.go (+1 -1)
📝 routers/repo/download.go (+1 -1)
📝 routers/repo/editor.go (+1 -1)

...and 34 more files

📄 Description

Fixes #92


🔄 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/94 **Author:** [@strk](https://github.com/strk) **Created:** 11/6/2016 **Status:** ✅ Merged **Merged:** 11/6/2016 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `git-dep` --- ### 📝 Commits (2) - [`b8faed0`](https://github.com/go-gitea/gitea/commit/b8faed039f8cd10c2d391dd3da2c00371d9d7a6d) Replace gogits/git-module dependency with go-gitea/git - [`58ff8ea`](https://github.com/go-gitea/gitea/commit/58ff8ea35d67233202c4c04b26f8800b70746723) Remove git alias for git module import (not needed) ### 📊 Changes **54 files changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+1 -1) 📝 `cmd/web.go` (+2 -2) 📝 `models/action.go` (+1 -1) 📝 `models/git_diff.go` (+1 -1) 📝 `models/pull.go` (+1 -1) 📝 `models/release.go` (+1 -1) 📝 `models/repo.go` (+1 -1) 📝 `models/repo_branch.go` (+1 -1) 📝 `models/repo_editor.go` (+1 -1) 📝 `models/update.go` (+1 -1) 📝 `models/user.go` (+1 -1) 📝 `models/webhook_slack.go` (+1 -1) 📝 `models/wiki.go` (+1 -1) 📝 `modules/context/repo.go` (+1 -1) 📝 `routers/api/v1/convert/convert.go` (+1 -1) 📝 `routers/api/v1/repo/file.go` (+1 -1) 📝 `routers/install.go` (+1 -1) 📝 `routers/repo/commit.go` (+1 -1) 📝 `routers/repo/download.go` (+1 -1) 📝 `routers/repo/editor.go` (+1 -1) _...and 34 more files_ </details> ### 📄 Description Fixes #92 --- <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:39:49 -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#15142