Skip to content
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

Detect wider variety of usernames for SSH-based remotes #21508

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

nickbreaton
Copy link
Contributor

@nickbreaton nickbreaton commented Dec 4, 2024

Closes #21507

Release Notes:

  • Fixed detection of git remotes when using SSH and username is not "git".

Copy link

cla-bot bot commented Dec 4, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @nickbreaton on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@maxdeviant maxdeviant changed the title fix: detect wider variety of usernames for SSH-based remotes Detect wider variety of usernames for SSH-based remotes Dec 4, 2024
@nickbreaton
Copy link
Contributor Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 4, 2024
Copy link

cla-bot bot commented Dec 4, 2024

The cla-bot has been summoned, and re-checked this pull request!

@nickbreaton
Copy link
Contributor Author

nickbreaton commented Dec 4, 2024

This is my first experience contributing to this project, and my first Rust PR. Happy to respond to any and all feedback!

@@ -30,6 +30,7 @@ text.workspace = true
time.workspace = true
url.workspace = true
util.workspace = true
regex.workspace = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put this dep on line 25 to keep the list of dependencies sorted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done 🙂

Copy link
Contributor

@osiewicz osiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mikayla-maki mikayla-maki merged commit aff1732 into zed-industries:main Dec 5, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to open permalink to line for organization-specific SSH username remotes
3 participants