]> source.dussan.org Git - gitea.git/commit
Fix datarace on git.GlobalCommandArgs on tests (#9162)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 27 Nov 2019 00:35:52 +0000 (08:35 +0800)
committerAntoine GIRARD <sapk@users.noreply.github.com>
Wed, 27 Nov 2019 00:35:52 +0000 (01:35 +0100)
commit7b7d382b8b414e7da67dfec7c7e1ef9e0e269d68
treeea2bd9ccb5ba69da61fbf463c4f87409e98307b7
parent9d9e6ac4117b8efd2f85fc625a4ccfdcf73c4fc3
Fix datarace on git.GlobalCommandArgs on tests (#9162)

* fix datarace on git.GlobalCommandArgs on tests

* fix tests

* fix tests

* fix tests
integrations/git_helper_for_declarative_test.go
integrations/git_test.go
modules/git/command.go
modules/git/commit.go
modules/git/repo.go