[PR #37] [MERGED] use --follow on file history to show log across renames #46

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/37
Author: @philfry
Created: 3/20/2017
Status: Merged
Merged: 3/20/2017
Merged by: @lunny

Base: masterHead: log_follow


📝 Commits (2)

  • ab27ebb use --follow on file history to show log across renames
  • 3b6bb8b revert changes in commitsByRange

📊 Changes

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

View changed files

📝 repo_commit.go (+1 -1)

📄 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/git/pull/37 **Author:** [@philfry](https://github.com/philfry) **Created:** 3/20/2017 **Status:** ✅ Merged **Merged:** 3/20/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `log_follow` --- ### 📝 Commits (2) - [`ab27ebb`](https://github.com/go-gitea/git/commit/ab27ebb16b0c4d91123f7f6cdc2c175074ce01f1) use --follow on file history to show log across renames - [`3b6bb8b`](https://github.com/go-gitea/git/commit/3b6bb8b2c0bac5712976e1ef3c3d1da5a093ab26) revert changes in commitsByRange ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `repo_commit.go` (+1 -1) </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>
yindo added the pull-request label 2026-02-16 10:23:57 -05:00
yindo closed this issue 2026-02-16 10:23:57 -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#46