]> source.dussan.org Git - gitea.git/commit
Read `previous` info from git blame (#28306)
authorKN4CK3R <admin@oldschoolhack.me>
Fri, 1 Dec 2023 01:26:52 +0000 (02:26 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 01:26:52 +0000 (01:26 +0000)
commit14354e4f8edb35b6ff46ea066098fc1d9fe93d5a
treeef2495e132a6a1c1e3c0cfe6247fa081bb84937c
parent3618715fab1e5e3a26d1184398bf4134eb45e6e6
Read `previous` info from git blame (#28306)

Fixes #28280

Reads the `previous` info from the `git blame` output instead of
calculating it afterwards.
modules/git/blame.go
modules/git/blame_test.go
routers/web/repo/blame.go