mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #85] [CLOSED] Add (*Repository).MergeBranch and (*Repository).MergeCommit #91
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/85
Author: @typeless
Created: 9/26/2017
Status: ❌ Closed
Base:
master← Head:support-merging-bare-repo📝 Commits (10+)
c448877Add (*Repository).MergeBranch and (*Repository).MergeCommmit2b024a4Add repo-conflict526ce1dFix commentbd6fae5Remove mistaken test dataf3e09b4Change the expected commit oid for TZ=UTC9825143Add generate.shae69b43Remove old testdata1f5f5cfUpdate generate.shc715a1eUpdate repo_merge_test.go014c3fbAdd generated testdata📊 Changes
5 files changed (+331 additions, -2 deletions)
View changed files
📝
Makefile(+1 -0)📝
command.go(+10 -2)➕
repo_merge.go(+116 -0)➕
repo_merge_test.go(+94 -0)➕
testdata/generate.sh(+110 -0)📄 Description
Support branch mering for bare repository
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.