mirror of
https://github.com/go-gitea/git.git
synced 2026-07-01 20:34:42 -04:00
[PR #37] [MERGED] use --follow on file history to show log across renames #46
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/37
Author: @philfry
Created: 3/20/2017
Status: ✅ Merged
Merged: 3/20/2017
Merged by: @lunny
Base:
master← Head:log_follow📝 Commits (2)
ab27ebbuse --follow on file history to show log across renames3b6bb8brevert 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.