mirror of
https://github.com/go-gitea/git.git
synced 2026-07-21 01:45:27 -04:00
[PR #71] [CLOSED] Prefix commit ID in git log pretty to ease detection #78
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/71
Author: @lafriks
Created: 6/26/2017
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
5100443Change pretty format to prefix commit ID so when parsing thay can be recognized better📊 Changes
4 files changed (+35 additions, -11 deletions)
View changed files
📝
repo.go(+11 -4)📝
repo_commit.go(+9 -5)📝
repo_pull.go(+1 -1)📝
tree_entry.go(+14 -1)📄 Description
Fixes https://github.com/go-gitea/gitea/issues/2064
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.