You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/repository/files
Lunny Xiao 408a484224
Adjust object format interface (#28469)
- Remove `ObjectFormatID`
- Remove function `ObjectFormatFromID`.
- Use `Sha1ObjectFormat` directly but not a pointer because it's an
empty struct.
- Store `ObjectFormatName` in `repository` struct
1 year ago
..
cherry_pick.go Adjust object format interface (#28469) 1 year ago
commit.go Abstract hash function usage (#28138) 1 year ago
content.go Replace `interface{}` with `any` (#25686) 2 years ago
content_test.go make writing main test easier (#27270) 1 year ago
diff.go Implement FSFE REUSE for golang files (#21840) 2 years ago
diff_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
file.go API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
file_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
patch.go Abstract hash function usage (#28138) 1 year ago
temp_repo.go Adjust object format interface (#28469) 1 year ago
tree.go Abstract hash function usage (#28138) 1 year ago
tree_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
update.go Adjust object format interface (#28469) 1 year ago
upload.go Adjust object format interface (#28469) 1 year ago