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
wxiaoguang 2a828e2798
Clarify path param naming (#32969)
In history (from some legacy frameworks), both `:name` and `name` are
supported as path path name, `:name` is an alias to `name`.

To make code consistent, now we should only use `name` but not `:name`.

Also added panic check in related functions to make sure the name won't
be abused in case some downstreams still use them.
1 month ago
..
cherry_pick.go Move some errors to their own sub packages (#32880) 1 month ago
commit.go Cache repository default branch commit status to reduce query on commit status table (#29444) 11 months ago
content.go Move some errors to their own sub packages (#32880) 1 month ago
content_test.go Clarify path param naming (#32969) 1 month ago
diff.go Fix reverting a merge commit failing (#28794) 1 year ago
diff_test.go Clarify path param naming (#32969) 1 month ago
file.go Move some errors to their own sub packages (#32880) 1 month ago
file_test.go Clarify path param naming (#32969) 1 month ago
patch.go Move some errors to their own sub packages (#32880) 1 month ago
temp_repo.go Move some errors to their own sub packages (#32880) 1 month ago
tree.go Move some errors to their own sub packages (#32880) 1 month ago
tree_test.go Clarify path param naming (#32969) 1 month ago
update.go Move some errors to their own sub packages (#32880) 1 month ago
upload.go Fix reverting a merge commit failing (#28794) 1 year ago