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.
e10ba5e5e0
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 ``` |
1 year ago | |
---|---|---|
.. | ||
main_test.go | 2 years ago | |
v231.go | 2 years ago | |
v232.go | 2 years ago | |
v233.go | 2 years ago | |
v233_test.go | 2 years ago | |
v234.go | 1 year ago | |
v235.go | 2 years ago | |
v236.go | 2 years ago | |
v237.go | 2 years ago | |
v238.go | 2 years ago | |
v239.go | 2 years ago | |
v240.go | 2 years ago | |
v241.go | 2 years ago | |
v242.go | 2 years ago | |
v243.go | 2 years ago |