gitea/services/gitdiff
zeripath 4482f62a26
Prevent dangling GetAttribute calls ()
It appears possible that there could be a hang due to unread data from the
repo-attribute command pipes. This PR simply closes these during the defer.

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
testdata/academic-module Fix panic when diff ()
csv.go format with gofumpt ()
csv_test.go format with gofumpt ()
gitdiff.go Prevent dangling GetAttribute calls ()
gitdiff_test.go format with gofumpt ()
main_test.go Decouple unit test code from business code ()