[PR #67] [MERGED] Fix Windows path bug in GetCommitInfos #73

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/67
Author: @ethantkoenig
Created: 6/19/2017
Status: Merged
Merged: 6/19/2017
Merged by: @appleboy

Base: masterHead: fix/commit_infos


📝 Commits (1)

  • eedb712 Fix Windows path bug in GetCommitInfos

📊 Changes

1 file changed (+25 additions, -22 deletions)

View changed files

📝 tree_entry.go (+25 -22)

📄 Description

Fixes https://github.com/go-gitea/gitea/issues/1933. Also rename variable to avoid collision with path package, and update stale comment.


🔄 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/67 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/19/2017 **Status:** ✅ Merged **Merged:** 6/19/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/commit_infos` --- ### 📝 Commits (1) - [`eedb712`](https://github.com/go-gitea/git/commit/eedb712b38b5b6034642fd51560fd7cdcc073eb0) Fix Windows path bug in GetCommitInfos ### 📊 Changes **1 file changed** (+25 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `tree_entry.go` (+25 -22) </details> ### 📄 Description Fixes https://github.com/go-gitea/gitea/issues/1933. Also rename variable to avoid collision with `path` package, and update stale comment. --- <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:02 -05:00
yindo closed this issue 2026-02-16 10:24:02 -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#73