gitea/services/repository/files
Lunny Xiao c27d87a9ac
Refactor Branch struct in package modules/git (#33980)
The `Branch` struct in `modules/git` package is unnecessary. We can just
use a `string` to represent a branch
2025-04-02 17:31:32 +00:00
..
cherry_pick.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
commit.go Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +00:00
content_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
content.go Move some errors to their own sub packages (#32880) 2024-12-20 18:05:29 +00:00
diff_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
diff.go Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00
file_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
file.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
patch.go Refactor Branch struct in package modules/git (#33980) 2025-04-02 17:31:32 +00:00
temp_repo.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
tree_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
tree.go Add file tree to file view page (#32721) 2025-03-15 16:26:49 +08:00
update.go Refactor Branch struct in package modules/git (#33980) 2025-04-02 17:31:32 +00:00
upload.go Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00