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.
delvh e10ba5e5e0
Rename `Sync2` -> `Sync` (#26479)
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
```
11 months ago
..
_index.en-us.md Docusaurus-ify (#26051) 12 months ago
_index.zh-cn.md Docusaurus-ify (#26051) 12 months ago
_index.zh-tw.md Docusaurus-ify (#26051) 12 months ago
faq.en-us.md Rename `Sync2` -> `Sync` (#26479) 11 months ago
faq.zh-cn.md Rename `Sync2` -> `Sync` (#26479) 11 months ago
support.en-us.md Add matrix to support (#26382) 11 months ago
support.zh-cn.md Docusaurus-ify (#26051) 12 months ago
support.zh-tw.md Docusaurus-ify (#26051) 12 months ago