]> source.dussan.org Git - gitea.git/commit
Remove `git.FileBlame` (#25841)
authorJason Song <i@wolfogre.com>
Wed, 12 Jul 2023 17:07:29 +0000 (01:07 +0800)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 17:07:29 +0000 (19:07 +0200)
commitaee14b9c0b23a7c4e4f6793221246dd913d71aca
treee874d695b76182954ab9d95dd7887e3121c25f1e
parent8b89563bf1031089a218e6d05dc61047281b35ee
Remove `git.FileBlame` (#25841)

The `FileBlame` function looks strange, it has `revision` as argument
but doesn't use it.

Since the function never be used, I think we could just remove it.

If anyone thinks it should be kept, please help fix `revision`.

Co-authored-by: Giteabot <teabot@gitea.io>
modules/git/repo_blame.go