|
80adbebbc8
|
Unexport git.GlobalCommandArgs (#18376)
Unexport the git.GlobalCommandArgs variable.
|
2022-01-25 18:15:58 +00:00 |
|
|
750a8465f5
|
A better go code formatter, and now make fmt can run in Windows (#17684)
* go build / format tools
* re-format imports
|
2021-11-17 20:34:35 +08:00 |
|
|
f2e7d5477f
|
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
|
2021-09-22 13:38:34 +08:00 |
|
|
c29620c05f
|
Add tests for clone from wiki (#15513)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
|
2021-04-16 17:39:21 -04:00 |
|