gitea/models
wxiaoguang e709cc76da
Make Gitea always use its internal config, ignore `/etc/gitconfig` ()
In history, Gitea could use the system config `/etc/gitconfig` because
some users said that "they might put certNonceSeed in it"

Actually, we shouldn't not use it, because it also causes conflicts
(there are already some fixes like )

To make the system clear, I think it's worth to introduce the breaking
change: add `GIT_CONFIG_NOSYSTEM=1` to all git commands.


## ⚠️ BREAKING ⚠️

 For most users, nothing need to do.

If you have made changes to `/etc/gitconfig` to affect Gitea's behavior,
you need to move these config options to Gitea's internal git config
file, it is usually in Gitea's `{AppDataPath}/home/.git` directory.
..
actions Refactor "string truncate" ()
activities Refactor tests ()
admin Fix javascript error when an anonymous user visiting migration page ()
asymkey Move delete deploy keys into service layer ()
auth Refactor tests ()
avatars Replace 10 more gt- classes with tw- ()
db Fix unittest and repo create bug ()
dbfs Enable `unparam` linter ()
fixtures Refactor fixture loading for testing ()
git Enable tenv and testifylint rules ()
issues Fix issue comment number ()
migrations Refactor fixture loading for testing ()
organization Refactor tests ()
packages Refactor maven package registry ()
perm Enable tenv and testifylint rules ()
project Use project's redirect url instead of composing url ()
pull Add support for sha256 repositories ()
renderhelper Refactor render system (orgmode) ()
repo Fix unittest and repo create bug ()
secret Clarify Actions resources ownership ()
shared/types Refactor locale&string&template related code ()
system Refactor deletion ()
unit Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options ()
unittest Make Gitea always use its internal config, ignore `/etc/gitconfig` ()
user Refactor pagination ()
webhook Enable tenv and testifylint rules ()
main_test.go make writing main test easier ()
repo.go Fix issue comment number ()
repo_test.go Fix issue comment number ()