[PR #1336] [CLOSED] use --follow on file history to show log across renames #15869

Closed
opened 2025-11-02 11:56:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1336
Author: @philfry
Created: 3/20/2017
Status: Closed

Base: masterHead: log-follow


📝 Commits (1)

  • ef2e147 use --follow on file history to show log across renames

📊 Changes

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

View changed files

📝 vendor/code.gitea.io/git/repo_commit.go (+2 -2)

📄 Description

when viewing a file's history, e.g. https://git.myserver.example/myuser/myrepo/commits/master/subdir/file, the log does not follow file renames. This patch should change that.


🔄 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/1336 **Author:** [@philfry](https://github.com/philfry) **Created:** 3/20/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `log-follow` --- ### 📝 Commits (1) - [`ef2e147`](https://github.com/go-gitea/gitea/commit/ef2e147da2eaefb5da0059b862489b9488618367) use --follow on file history to show log across renames ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `vendor/code.gitea.io/git/repo_commit.go` (+2 -2) </details> ### 📄 Description when viewing a file's history, e.g. `https://git.myserver.example/myuser/myrepo/commits/master/subdir/file`, the log does not follow file renames. This patch should change that. --- <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:56:31 -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#15869