mirror of https://github.com/go-gitea/gitea.git
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.
The xorm `Sync2` has already been deprecated in favor of `Sync`, so let's do the same inside the Gitea codebase. Command used to replace everything: ```sh for i in $(ag Sync2 --files-with-matches); do vim $i -c ':%sno/Sync2/Sync/g' -c ':wq'; done ``` |
2 years ago | |
---|---|---|
.. | ||
_index.en-us.md | 2 years ago | |
_index.zh-cn.md | 2 years ago | |
_index.zh-tw.md | 2 years ago | |
faq.en-us.md | 2 years ago | |
faq.zh-cn.md | 2 years ago | |
support.en-us.md | 2 years ago | |
support.zh-cn.md | 2 years ago | |
support.zh-tw.md | 2 years ago |