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
..
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
v178.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v179.go Implement FSFE REUSE for golang files (#21840) 2 years ago
v180.go Less naked returns (#25713) 1 year ago
v181.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v181_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
v182.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v182_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
v183.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v184.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v185.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v186.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v187.go Rename `Sync2` -> `Sync` (#26479) 11 months ago
v188.go Implement FSFE REUSE for golang files (#21840) 2 years ago