[PR #1218] [MERGED] fix #1189, commit messages containing a pipe #15817

Closed
opened 2025-11-02 11:55:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1218
Author: @philfry
Created: 3/11/2017
Status: Merged
Merged: 3/16/2017
Merged by: @lunny

Base: release/v1.1Head: release/v1.1


📝 Commits (2)

  • a22c266 fix #1189, commit messages containing a pipe
  • 9a23639 Merge branch 'release/v1.1' into release/v1.1

📊 Changes

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

View changed files

📝 models/graph.go (+2 -2)

📄 Description

this patch makes graphItemFromString split only the first 8 elements, leaving commit messages with pipes in it untouched.
(backport for release/v1.1)


🔄 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/gitea/pull/1218 **Author:** [@philfry](https://github.com/philfry) **Created:** 3/11/2017 **Status:** ✅ Merged **Merged:** 3/16/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.1` ← **Head:** `release/v1.1` --- ### 📝 Commits (2) - [`a22c266`](https://github.com/go-gitea/gitea/commit/a22c266bed171028bd52918b050db7ac75ccbae2) fix #1189, commit messages containing a pipe - [`9a23639`](https://github.com/go-gitea/gitea/commit/9a23639512fa9fca250c867a902068798ee66213) Merge branch 'release/v1.1' into release/v1.1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/graph.go` (+2 -2) </details> ### 📄 Description this patch makes `graphItemFromString` split only the first 8 elements, leaving commit messages with pipes in it untouched. (backport for release/v1.1) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:55:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15817