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 | |
v260.go | 2 years ago | |
v261.go | 2 years ago | |
v262.go | 2 years ago | |
v263.go | 1 year ago | |
v264.go | 2 years ago | |
v265.go | 2 years ago | |
v266.go | 2 years ago | |
v267.go | 2 years ago | |
v268.go | 2 years ago | |
v269.go | 2 years ago | |
v270.go | 2 years ago |