ZIm/crates/git/src
Mehmet Efe Akça 29a50573a9
Add git blame error reporting with notification (#10408)
<img width="1035" alt="Screenshot 2024-04-11 at 13 13 44"
src="https://github.com/zed-industries/zed/assets/13402668/cd0e96a0-41c6-4757-8840-97d15a75c511">

Release Notes:

- Added a notification to show possible `git blame` errors if it fails to run.

Caveats:
- ~git blame now executes in foreground
executor  (required since the Fut is !Send)~

TODOs:
- After a failed toggle, the app thinks the blame
is shown. This means toggling again will do nothing
instead of retrying. (Caused by editor.show_git_blame
being set to true before the git blame is generated)
- ~(Maybe) Trim error?~ Done

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
2024-04-12 07:20:34 +02:00
..
blame.rs Add git blame error reporting with notification (#10408) 2024-04-12 07:20:34 +02:00
commit.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
diff.rs Fix crash when joining two consecutive lines (#10000) 2024-04-05 15:45:29 +02:00
git.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
permalink.rs Fix GitHub commit permalinks (#9961) 2024-03-29 13:17:48 -04:00