mirror of
https://github.com/go-gitea/git.git
synced 2026-07-20 15:06:10 -04:00
[PR #41] [MERGED] Use exec.CommandContext for timeout control #49
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/41
Author: @typeless
Created: 4/7/2017
Status: ✅ Merged
Merged: 4/7/2017
Merged by: @bkcsoft
Base:
master← Head:fix-git-run-command-race📝 Commits (1)
c956c03Use exec.CommandContext for timeout control📊 Changes
1 file changed (+6 additions, -21 deletions)
View changed files
📝
command.go(+6 -21)📄 Description
For https://github.com/go-gitea/gitea/issues/1453 and probably https://github.com/go-gitea/gitea/issues/1398.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.