[PR #59] [MERGED] Use cross-platform path separator #67

Closed
opened 2026-02-16 10:24:00 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: fix/commit_infos


📝 Commits (1)

  • 0816971 Use cross-platform path separator

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 tree_entry.go (+2 -1)

📄 Description

Use os.PathSeparator instead 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/59 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/5/2017 **Status:** ✅ Merged **Merged:** 6/6/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/commit_infos` --- ### 📝 Commits (1) - [`0816971`](https://github.com/go-gitea/git/commit/081697128f69fccb9e5dd37e8e69cf8fe7bf7837) Use cross-platform path separator ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tree_entry.go` (+2 -1) </details> ### 📄 Description Use `os.PathSeparator` instead of `'/'`. Fixes https://github.com/go-gitea/gitea/issues/1836 (confirmation pending) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:24:00 -05:00
yindo closed this issue 2026-02-16 10:24:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#67