mirror of
https://github.com/go-gitea/git.git
synced 2026-07-20 15:06:10 -04:00
[PR #64] [MERGED] Fix escaped char bug in getCommitInfos #71
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/64
Author: @ethantkoenig
Created: 6/14/2017
Status: ✅ Merged
Merged: 6/15/2017
Merged by: @appleboy
Base:
master← Head:fix/commit_infos📝 Commits (1)
001c153Fix escaped char bug in getCommitInfos📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
tree_entry.go(+7 -0)📄 Description
The filenames in the output of
git logcommand may contain escaped characters in quotes (e.g. for files whose name contain backslashes):getCommitInfospreviously did not for account this; with these changes it does.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.