[PR #71] [CLOSED] Prefix commit ID in git log pretty to ease detection #78

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/71
Author: @lafriks
Created: 6/26/2017
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 5100443 Change pretty format to prefix commit ID so when parsing thay can be recognized better

📊 Changes

4 files changed (+35 additions, -11 deletions)

View changed files

📝 repo.go (+11 -4)
📝 repo_commit.go (+9 -5)
📝 repo_pull.go (+1 -1)
📝 tree_entry.go (+14 -1)

📄 Description

Fixes https://github.com/go-gitea/gitea/issues/2064


🔄 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/71 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 6/26/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`5100443`](https://github.com/go-gitea/git/commit/510044337d9e2d1981580b851dabe7ba82e342c0) Change pretty format to prefix commit ID so when parsing thay can be recognized better ### 📊 Changes **4 files changed** (+35 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `repo.go` (+11 -4) 📝 `repo_commit.go` (+9 -5) 📝 `repo_pull.go` (+1 -1) 📝 `tree_entry.go` (+14 -1) </details> ### 📄 Description Fixes https://github.com/go-gitea/gitea/issues/2064 --- <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:03 -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#78