ZIm/crates/git/src
Sinan Gençoğlu ff7017c308
Replace lazy_static with std::sync::LazyLock (#16066)
Closes #15860 

Since rust std now supports LazyLock replacing lazy_static with it
reduce the external dependency.

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-08-20 14:27:33 -04:00
..
blame.rs Compute git statuses using the bundled git executable, not libgit2 (#12444) 2024-05-29 14:31:24 -07:00
commit.rs git: Do not log error if repository has no commits (#11163) 2024-04-29 16:00:29 +02:00
diff.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
git.rs Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
hosting_provider.rs Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
repository.rs Handle buffer diff base updates and file renames properly for SSH projects (#14989) 2024-07-23 11:32:37 -07:00
status.rs Compute git statuses using the bundled git executable, not libgit2 (#12444) 2024-05-29 14:31:24 -07:00