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 | ||
v178.go | 1 year ago | |
v179.go | ||
v180.go | 2 years ago | |
v181.go | 1 year ago | |
v181_test.go | ||
v182.go | 1 year ago | |
v182_test.go | ||
v183.go | 1 year ago | |
v184.go | 1 year ago | |
v185.go | 1 year ago | |
v186.go | 1 year ago | |
v187.go | 1 year ago | |
v188.go |