]> source.dussan.org Git - gitea.git/commit
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
author6543 <6543@obermui.de>
Sun, 6 Feb 2022 19:01:47 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 19:01:47 +0000 (20:01 +0100)
commit3043eb36bfcd7ddf29202b958b91942826a8182b
treef6bfcb38648f07ff8132558ff826b8b1aac003ec
parent8ae5e6d7fdd577ebf0807bf33a4cdeef35d254d9
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
74 files changed:
cmd/hook.go
integrations/api_repo_git_tags_test.go
integrations/git_helper_for_declarative_test.go
integrations/git_test.go
integrations/pull_merge_test.go
integrations/repo_tag_test.go
models/migrations/v128.go
models/migrations/v134.go
modules/doctor/mergebase.go
modules/doctor/misc.go
modules/git/batch_reader.go
modules/git/command.go
modules/git/command_test.go
modules/git/commit.go
modules/git/diff.go
modules/git/git.go
modules/git/log_name_status.go
modules/git/pipeline/catfile.go
modules/git/pipeline/lfs_nogogit.go
modules/git/pipeline/namerev.go
modules/git/pipeline/revlist.go
modules/git/remote.go
modules/git/repo.go
modules/git/repo_archive.go
modules/git/repo_attribute.go
modules/git/repo_blame.go
modules/git/repo_branch.go
modules/git/repo_branch_nogogit.go
modules/git/repo_commit.go
modules/git/repo_commit_gogit.go
modules/git/repo_commit_nogogit.go
modules/git/repo_compare.go
modules/git/repo_gpg.go
modules/git/repo_index.go
modules/git/repo_object.go
modules/git/repo_ref_nogogit.go
modules/git/repo_stats.go
modules/git/repo_tag.go
modules/git/repo_tree.go
modules/git/repo_tree_gogit.go
modules/git/tree.go
modules/git/tree_nogogit.go
modules/gitgraph/graph.go
modules/indexer/code/bleve.go
modules/indexer/code/elastic_search.go
modules/indexer/code/git.go
modules/repository/create.go
modules/repository/generate.go
modules/repository/init.go
modules/repository/push.go
modules/repository/repo.go
routers/private/hook_pre_receive.go
routers/private/hook_verification.go
routers/web/repo/http.go
routers/web/repo/pull.go
services/agit/agit.go
services/asymkey/sign.go
services/gitdiff/gitdiff.go
services/migrations/dump.go
services/migrations/gitea_uploader.go
services/mirror/mirror_pull.go
services/mirror/mirror_push.go
services/pull/check.go
services/pull/merge.go
services/pull/patch.go
services/pull/patch_unmerged.go
services/pull/pull.go
services/pull/temp_repo.go
services/release/release.go
services/repository/adopt.go
services/repository/check.go
services/repository/files/temp_repo.go
services/repository/fork.go
services/wiki/wiki.go