Skip to content

Conversation

@amtoaer
Copy link
Contributor

@amtoaer amtoaer commented Nov 10, 2025

This PR includes several minor modifications and improvements related to Git hosting providers, covering the following areas:

  1. Bitbucket Owner Parsing Fix: Remove the common scm prefix from the remote URL of self-hosted Bitbucket instances to prevent incorrect owner parsing. Reference
  2. Bitbucket Avatars in Blame: Add support for displaying Bitbucket avatars in the Git blame view.
    CleanShot 2025-11-10 at 20 34 40@2x
  3. Self-hosted SourceHut Support: Add support for self-hosted SourceHut instances.
  4. Configuration: Add recently introduced self-hosted Git providers (Gitea, Forgejo, and SourceHut) to the git_hosting_providers setting option.
    CleanShot 2025-11-10 at 20 33 48@2x

Closes #11043

Release Notes:

  • Improved self-hosted git provider support and Bitbucket integration
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 10, 2025
@amtoaer amtoaer changed the title feat: Improve self-hosted provider support and Bitbucket integration Nov 10, 2025
@esthertrapadoux
Copy link

@amtoaer just following up to let you know the team went pretty deep in more git feature work and we got behind on PR reviews. We're ramping back up and appreciate the patience! 👍

Copy link
Contributor

@Anthony-Eid Anthony-Eid left a comment

Choose a reason for hiding this comment

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

The code looks good! I just have one question about the TODO statement in the PR and a nit about adding a reference to your comments.

@Anthony-Eid
Copy link
Contributor

Thank you for contributing!

@Anthony-Eid Anthony-Eid merged commit b948d8b into zed-industries:main Dec 8, 2025
23 checks passed
@esthertrapadoux
Copy link

Thank you @amtoaer !!!

@esthertrapadoux esthertrapadoux moved this to 🚢 Shipped by Community in Git board Dec 9, 2025
@esthertrapadoux esthertrapadoux moved this from Community PRs to Shipped by Community in Quality Week – December 2025 Dec 9, 2025
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
…ed-industries#42343)

This PR includes several minor modifications and improvements related to
Git hosting providers, covering the following areas:

1. Bitbucket Owner Parsing Fix: Remove the common `scm` prefix from the
remote URL of self-hosted Bitbucket instances to prevent incorrect owner
parsing.
[Reference](https://github.com/gitkraken/vscode-gitlens/blob/a6e3c6fbb255116507eaabaa9940c192ed7bb0e1/src/git/remotes/bitbucket-server.ts#L72-L74)
2. Bitbucket Avatars in Blame: Add support for displaying Bitbucket
avatars in the Git blame view.
<img width="2750" height="1994" alt="CleanShot 2025-11-10 at 20 34
40@2x"
src="https://github.com/user-attachments/assets/9e26abdf-7880-4085-b636-a1f99ebeeb97"
/>
3. Self-hosted SourceHut Support: Add support for self-hosted SourceHut
instances.
4. Configuration: Add recently introduced self-hosted Git providers
(Gitea, Forgejo, and SourceHut) to the `git_hosting_providers` setting
option.
<img width="2750" height="1994" alt="CleanShot 2025-11-10 at 20 33
48@2x"
src="https://github.com/user-attachments/assets/44ffc799-182d-4145-9b89-e509bbc08843"
/>


Closes zed-industries#11043

Release Notes:

- Improved self-hosted git provider support and Bitbucket integration
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
…ed-industries#42343)

This PR includes several minor modifications and improvements related to
Git hosting providers, covering the following areas:

1. Bitbucket Owner Parsing Fix: Remove the common `scm` prefix from the
remote URL of self-hosted Bitbucket instances to prevent incorrect owner
parsing.
[Reference](https://github.com/gitkraken/vscode-gitlens/blob/a6e3c6fbb255116507eaabaa9940c192ed7bb0e1/src/git/remotes/bitbucket-server.ts#L72-L74)
2. Bitbucket Avatars in Blame: Add support for displaying Bitbucket
avatars in the Git blame view.
<img width="2750" height="1994" alt="CleanShot 2025-11-10 at 20 34
40@2x"
src="https://github.com/user-attachments/assets/9e26abdf-7880-4085-b636-a1f99ebeeb97"
/>
3. Self-hosted SourceHut Support: Add support for self-hosted SourceHut
instances.
4. Configuration: Add recently introduced self-hosted Git providers
(Gitea, Forgejo, and SourceHut) to the `git_hosting_providers` setting
option.
<img width="2750" height="1994" alt="CleanShot 2025-11-10 at 20 33
48@2x"
src="https://github.com/user-attachments/assets/44ffc799-182d-4145-9b89-e509bbc08843"
/>


Closes zed-industries#11043

Release Notes:

- Improved self-hosted git provider support and Bitbucket integration
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

4 participants