ZIm/crates/git/src
Piotr Osiewicz 1a9b0536a2
Rust 1.78 (#11314)
Notable things I've had to fix due to 1.78:
- Better detection of unused items
- New clippy lint (`assigning_clones`) that points out places where assignment operations with clone rhs could be replaced with more performant `clone_into`
Release Notes:

- N/A
2024-05-05 15:02:50 +02:00
..
blame.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +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 Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00
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 git blame: Display GitHub avatars in blame tooltips, if available (#10767) 2024-04-19 15:15:19 +02:00
pull_request.rs Add pull requests to git blame tooltip (#10784) 2024-04-19 18:54:20 +02:00
repository.rs fs: Move Repository trait into git crate (#10768) 2024-04-19 11:57:17 +02:00