-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[cli] correctly detect URL of git submodules #4503
Conversation
When pushing a git submodule, the command line from the process tree looks like
i.e. the URL doesn't end in Related to #4503 |
Codecov Report
@@ Coverage Diff @@
## main #4503 +/- ##
=======================================
+ Coverage 0 6.86% +6.86%
=======================================
Files 0 14 +14
Lines 0 962 +962
=======================================
+ Hits 0 66 +66
- Misses 0 895 +895
- Partials 0 1 +1
Continue to review full report at Codecov.
|
Is it a joke or did you accidentally self-reference this PR? 🤔 |
Co-authored-by: Cornelius A. Ludmann <[email protected]>
* [cli] correctly detect URL of git submodules * Update components/gitpod-cli/cmd/credential-helper.go Co-authored-by: Cornelius A. Ludmann <[email protected]> Co-authored-by: Cornelius A. Ludmann <[email protected]>
* [cli] correctly detect URL of git submodules * Update components/gitpod-cli/cmd/credential-helper.go Co-authored-by: Cornelius A. Ludmann <[email protected]> Co-authored-by: Cornelius A. Ludmann <[email protected]>
No description provided.