-
-
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
Only check and config git on web subcommand but not others #7236
Conversation
a923510
to
e7c0292
Compare
e7c0292
to
681a0ed
Compare
Codecov Report
@@ Coverage Diff @@
## master #7236 +/- ##
==========================================
+ Coverage 40.97% 40.99% +0.02%
==========================================
Files 462 462
Lines 62585 62578 -7
==========================================
+ Hits 25646 25656 +10
+ Misses 33578 33559 -19
- Partials 3361 3363 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I left these in. Yes we no longer need these as git serv and git hook no longer do anything directly.
…7236) * only check and config git on web subcommand but not others * add Init in git tests
This will remove git config and check from
serv
andhooks
subcommands but only for web command. Should fix #7075