mirror of
https://github.com/go-gitea/git.git
synced 2026-07-18 20:44:38 -04:00
[PR #123] [MERGED] Improving / Exposing Git-Trees related features for Git-Trees API. #126
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/123
Author: @Kasi-R
Created: 6/8/2018
Status: ✅ Merged
Merged: 11/26/2018
Merged by: @lafriks
Base:
master← Head:master📝 Commits (5)
2dfb478Exposed TreeEntry.mode, changed EntryMode to hex.7f4a5b6Added reference parsing (HEAD, HEAD~1, etc) for trees4e5a911Added missing description537cbeeAdded Tree.ListEntriesRecursive() - utilizes the git ls-tree -r command9cb3c44Merge remote-tracking branch 'upstream/master'📊 Changes
3 files changed (+33 additions, -5 deletions)
View changed files
📝
repo_tree.go(+9 -0)📝
tree.go(+14 -0)📝
tree_entry.go(+10 -5)📄 Description
Additions to allow/improve Git-Trees API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.