ZIm/crates/git/src
Thorsten Ball 5ef75919f0
git: Do not log error if repository has no commits (#11163)
This is a follow-up to #10685 which started to hide these errors instead
of displaying them to the user.

But the errors are still noisy and not actionable, so we hide them
instead.

Release Notes:

- Removed error message being logged when `git blame` is run in a
repository without commits.

Co-authored-by: Bennet <bennetbo@gmx.de>
2024-04-29 16:00:29 +02: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 Fix crash when joining two consecutive lines (#10000) 2024-04-05 15:45:29 +02:00
git.rs Add pull requests to git blame tooltip (#10784) 2024-04-19 18:54:20 +02:00
hosting_provider.rs git blame: Display GitHub avatars in blame tooltips, if available (#10767) 2024-04-19 15:15:19 +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