mirror of
https://github.com/go-gitea/git.git
synced 2026-07-19 14:33:37 -04:00
[PR #59] [MERGED] Use cross-platform path separator #67
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/59
Author: @ethantkoenig
Created: 6/5/2017
Status: ✅ Merged
Merged: 6/6/2017
Merged by: @appleboy
Base:
master← Head:fix/commit_infos📝 Commits (1)
0816971Use cross-platform path separator📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
tree_entry.go(+2 -1)📄 Description
Use
os.PathSeparatorinstead of'/'. Fixes https://github.com/go-gitea/gitea/issues/1836 (confirmation pending)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.