forgejo/services/repository/files
Gusted b44dcf553c
[TESTS] Fix usage of LoadRepoCommit
It loads the Commit with a temporary open GitRepo. This is incorrect,
the GitRepo should be open as long as the Commit can be used. This
mainly removes the usage of this function as it's not needed.
2024-08-26 08:03:48 +02:00
..
cherry_pick.go Clean up log messages (#30313) 2024-04-15 20:01:35 +02:00
commit.go Cache repository default branch commit status to reduce query on commit status table (#29444) 2024-03-11 23:36:58 +07:00
content.go [PERFORMANCE] git check-attr on bare repo if supported 2024-03-28 10:52:51 +01:00
content_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
diff.go
diff_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
file.go
file_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
patch.go Clean up log messages (#30313) 2024-04-15 20:01:35 +02:00
temp_repo.go [BUG] Use correct empty commit ID 2024-04-16 01:08:15 +02:00
temp_repo_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
tree.go
tree_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
update.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
upload.go [PERFORMANCE] git check-attr on bare repo if supported 2024-03-28 10:52:51 +01:00