zed/crates/git/src
Stanislav Alekseev f96cab286c
Add avatar support for codeberg in git blame (#10991)
Release Notes:

- Added support for avatars in git blame for repositories hosted on
codeberg

<img width="1144" alt="Screenshot 2024-04-25 at 16 45 22"
src="https://github.com/zed-industries/zed/assets/43210583/d44770d8-44ea-4c6b-a1c0-ac2d1d49408f">

Questions:
- Should we move git stuff like `Commit`, `Author`, etc outside of
hosting-specific files (I don't think so, as other hostings can have
different stuff)
- Should we also add support for self hosted forgejo instances or should
it be a different PR?
2024-04-30 12:57:10 +02:00
..
blame.rs Store goldenfiles with trailing newline (#10900) 2024-04-23 19:13:04 +02:00
commit.rs git: Do not log error if repository has no commits (#11163) 2024-04-29 16:00:29 +02:00
diff.rs
git.rs Add pull requests to git blame tooltip (#10784) 2024-04-19 18:54:20 +02:00
hosting_provider.rs Add avatar support for codeberg in git blame (#10991) 2024-04-30 12:57:10 +02:00
permalink.rs
pull_request.rs Add pull requests to git blame tooltip (#10784) 2024-04-19 18:54:20 +02:00
repository.rs