ZIm/crates/git/src
Kirill Bulatov b523ee6980
Use Rope instead of String for buffer diff base (#11300)
As an attempt to do things better when showing diff hunks, store diff
base as Rope, not String, to have cheaper clones when the diff base text
is reused, e.g. creating another buffer with the diff base text for hunk
diff expanding.

Release Notes:

- N/A
2024-05-03 11:18:43 +03:00
..
blame.rs Store goldenfiles with trailing newline (#10900) 2024-04-23 19:13:04 +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