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 | |
---|---|---|
.. | ||
v140.go | 1 year ago | |
v141.go | 1 year ago | |
v142.go | ||
v143.go | 2 years ago | |
v144.go | ||
v145.go | 1 year ago | |
v146.go | 1 year ago | |
v147.go | 1 year ago | |
v148.go | ||
v149.go | 1 year ago | |
v150.go | ||
v151.go | 1 year ago | |
v152.go | 1 year ago | |
v153.go | 1 year ago | |
v154.go | 1 year ago |