-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete old git.NewCommand() and use it as git.NewCommandContext() #18552
Conversation
I propose to use only |
Also need to get rid of the commands like CloneWithContext etc. |
@zeripath can not find |
Looks like I might have fixed that in the previous pr. |
I think so. |
@lunny already changed :D |
Title should be changed. |
@KN4CK3R suggestions for a better one are welcome |
I would just have switched both methods but the current one is ok too. 👍
|
Codecov Report
@@ Coverage Diff @@
## main #18552 +/- ##
==========================================
- Coverage 46.30% 46.29% -0.01%
==========================================
Files 846 846
Lines 121241 121239 -2
==========================================
- Hits 56140 56129 -11
- Misses 58289 58298 +9
Partials 6812 6812
Continue to review full report at Codecov.
|
* giteaofficial/main: (28 commits) Added auto-save whitespace behavior if it changed manually (go-gitea#15566) Support custom ACME provider (go-gitea#18340) Refactor i18n, use Locale to provide i18n/translation related functions (go-gitea#18648) Only request write when necessary (go-gitea#18657) [skip ci] Updated translations via Crowdin Add separate SSH_USER config option (go-gitea#17584) Be more lenient with label colors (go-gitea#17752) remove redundant call to UpdateRepoStats during migration (go-gitea#18591) more repo dump/restore tests, including pull requests (go-gitea#18621) No longer show the db-downgrade SQL in production (go-gitea#18653) Fix the missing i18n key for update checker (go-gitea#18646) Update gitea-vet (go-gitea#18640) Future proof for 1.18 (go-gitea#18644) Add `contrib/upgrade.sh` (go-gitea#18286) If rendering has failed due to a net.OpError stop rendering (go-gitea#18642) Delete old git.NewCommand() and use it as git.NewCommandContext() (go-gitea#18552) Update JS dependencies (go-gitea#18636) fix commits_list_small.tmpl (go-gitea#18641) Fix `make fmt` and `make fmt-check` (go-gitea#18633) Frontport of changelog for v1.16.1 (go-gitea#18615) ...
as title