forgejo/services/repository/files
Gusted e7cffc378f
Fix: return correct type in GetSubModule
- `GetSubModules` already solely stores the URL of the submodule and not
a `*SubModule` entry, so don't try to type assert it to be a struct.
- I am not able to pinpoint when this was regressed but if I had to
guess it might be #4941.
- Added integration test.
2024-12-02 01:08:09 +01:00
..
cherry_pick.go
commit.go
content.go Fix: return correct type in GetSubModule 2024-12-02 01:08:09 +01:00
content_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
diff.go
diff_test.go
file.go
file_test.go
patch.go
temp_repo.go [PORT] Fix git error handling (gitea#32401) 2024-11-03 16:47:44 +01:00
temp_repo_test.go
tree.go
tree_test.go
update.go
upload.go