mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
a4baba7edd
The git blame dialog doesn't give the user a way to quickly copy the SHA of the associated commit for a line. Adding an option for users to quickly access this SHA is helpful for user's to do any more git-fu they might need, such as viewing the full changes themselves within git, checking the commit out, bisecting off the commit, etc. This is also very handy for user's of self-hosted git providers. Determining what provider a self-hosted repository is using could be quite difficult and this presents an easy option to allow users to look up more about a commit without having to memorize the short SHA. Release Notes: - Added a button to copy the SHA from a Git blame entry. <img width="1552" alt="A screenshot showing the new copy SHA button within the Zed editor's inline blame " src="https://github.com/user-attachments/assets/9365950d-3a3f-4c11-b119-ab02654f5669"> --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> |
||
---|---|---|
.. | ||
display_map | ||
git | ||
scroll | ||
signature_help | ||
test | ||
actions.rs | ||
blame_entry_tooltip.rs | ||
blink_manager.rs | ||
debounced_delay.rs | ||
display_map.rs | ||
editor.rs | ||
editor_settings.rs | ||
editor_tests.rs | ||
element.rs | ||
git.rs | ||
highlight_matching_bracket.rs | ||
hover_links.rs | ||
hover_popover.rs | ||
hunk_diff.rs | ||
indent_guides.rs | ||
inlay_hint_cache.rs | ||
inline_completion_provider.rs | ||
items.rs | ||
linked_editing_ranges.rs | ||
mouse_context_menu.rs | ||
movement.rs | ||
persistence.rs | ||
rust_analyzer_ext.rs | ||
scroll.rs | ||
selections_collection.rs | ||
signature_help.rs | ||
tasks.rs | ||
test.rs |