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 | ||
v179.go | ||
v180.go | ||
v181.go | ||
v181_test.go | ||
v182.go | ||
v182_test.go | ||
v183.go | ||
v184.go | ||
v185.go | ||
v186.go | ||
v187.go | ||
v188.go |