[PR #87] [MERGED] Remove unnecessary version checks #93

Closed
opened 2026-02-16 10:24:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/87
Author: @daviian
Created: 10/11/2017
Status: Merged
Merged: 10/11/2017
Merged by: @bkcsoft

Base: masterHead: refactor/remove-fallbacks


📝 Commits (1)

  • fcd8e1f remove unnecessary version checks

📊 Changes

3 files changed (+5 additions, -50 deletions)

View changed files

📝 commit.go (+1 -12)
📝 repo_branch.go (+0 -6)
📝 repo_commit.go (+4 -32)

📄 Description

Since the required git version is set to 1.8.1.6 we can remove some version checks and fallbacks.


🔄 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/git/pull/87 **Author:** [@daviian](https://github.com/daviian) **Created:** 10/11/2017 **Status:** ✅ Merged **Merged:** 10/11/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `refactor/remove-fallbacks` --- ### 📝 Commits (1) - [`fcd8e1f`](https://github.com/go-gitea/git/commit/fcd8e1fee0b7b89322679b95b69daf0fba619c8b) remove unnecessary version checks ### 📊 Changes **3 files changed** (+5 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `commit.go` (+1 -12) 📝 `repo_branch.go` (+0 -6) 📝 `repo_commit.go` (+4 -32) </details> ### 📄 Description Since the required git version is set to `1.8.1.6` we can remove some version checks and fallbacks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:05 -05:00
yindo closed this issue 2026-02-16 10:24:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#93