]> source.dussan.org Git - gitea.git/commit
Fix lfs management find (#15537)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 21 Apr 2021 16:31:59 +0000 (00:31 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 16:31:59 +0000 (18:31 +0200)
commit2255afffad4ff8173c73b7cec8dbd66d986eaf5c
tree92cd1967c9f264f1dd3016c512aea11fb37dfd39
parent9b8ffa1c7a886e3b550c64799463a5d4f965a2f7
Fix lfs management find (#15537)

Fix #15236

* Do not do 40byte conversion within ParseTreeLine
* Missed a to40ByteSHA

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
modules/git/batch_reader.go
modules/git/commit_info_nogogit.go
modules/git/pipeline/lfs_nogogit.go
modules/lfs/pointer_scanner_nogogit.go