zed/crates/git/src
tidely eb14c9d345
Use SharedString::new_static for string literals (#47865)
Basically just replaced `SharedString::new("` with
`SharedShring::new_static("` which removes the allocation to `Arc<str>`.

Unfortunately this can't be enforced at compile time without trait
specialization which is only available on nightly. You could assert that
`TypeId`'s differ, but `TypeId` only exists at runtime.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-01-28 15:12:48 +00:00
..
blame.rs git: Annotate more functions and blocks with tracing spans (#46642) 2026-01-12 21:56:08 +00:00
checkpoint.gitignore agent: Don't track large and common binary files (#31352) 2025-05-26 11:31:25 +00:00
commit.rs git: Unify commit popups (#38749) 2025-12-17 17:31:12 -05:00
git.rs git: Add support for repository excludes file (#42082) 2025-12-16 13:09:09 -05:00
hosting_provider.rs git_ui: Add CreatePullRequest action (#42959) 2026-01-05 16:15:21 +00:00
remote.rs Add support for git remotes (#42819) 2025-12-04 14:23:36 +01:00
repository.rs Use SharedString::new_static for string literals (#47865) 2026-01-28 15:12:48 +00:00
stash.rs git: Add git stash picker (#35927) 2025-09-12 14:45:38 -04:00
status.rs Revert "Fix track file renames in git panel (#42352)" (#43030) 2025-11-19 03:56:45 +00:00