gitea/models/git
wxiaoguang ce9dee5a1e
Introduce path Clean/Join helper functions ()
Since  has conflicts with latest commits, this PR is my proposal
for fixing 

Details are in the comments

And refactor the `modules/options` module, to make it always use
"filepath" to access local files.

Benefits:

* No need to do `util.CleanPath(strings.ReplaceAll(p, "\\", "/"))),
"/")` any more (not only one before)
* The function behaviors are clearly defined
..
branches.go Supports wildcard protected branch ()
branches_test.go Supports wildcard protected branch ()
commit_status.go Refactor `setting.Database.UseXXX` to methods ()
commit_status_test.go Use context parameter in models/git ()
lfs.go Add cron method to gc LFS MetaObjects ()
lfs_lock.go Introduce path Clean/Join helper functions ()
main_test.go Implement FSFE REUSE for golang files ()
protected_branch.go Rename `repo.GetOwner` to `repo.LoadOwner` ()
protected_branch_list.go Supports wildcard protected branch ()
protected_branch_test.go Supports wildcard protected branch ()
protected_tag.go Use context parameter in models/git ()
protected_tag_test.go Implement FSFE REUSE for golang files ()