mirror of
https://github.com/go-gitea/git.git
synced 2026-07-21 18:05:25 -04:00
[PR #87] [MERGED] Remove unnecessary version checks #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:refactor/remove-fallbacks📝 Commits (1)
fcd8e1fremove 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.6we can remove some version checks and fallbacks.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.