mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #44] [MERGED] Rectify error handling #52
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/44
Author: @typeless
Created: 4/8/2017
Status: ✅ Merged
Merged: 5/26/2017
Merged by: @lunny
Base:
master← Head:rectify-error-handling📝 Commits (2)
199484cRectify error handling1a38a29Log the error returned by exec.Wait📊 Changes
2 files changed (+7 additions, -5 deletions)
View changed files
📝
command.go(+5 -1)📝
command_test.go(+2 -4)📄 Description
For #42 and #41
Sanitizing the error handling a little bit, now it looks nicer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.