gitbutler/crates/gitbutler-core
Sebastian Thiel 6f764f5fd6 assure important errors are passed as context (#2886)
Previously, errors would be 'unfolded' so there was no error chain,
but the lowest error would become the top-most one that way.

I thought this was accidental, but it turns out that it wasn't.
To fix this generally, make sure that we always use the message
of the lowest-possible error if no context is provided.
2024-04-23 11:32:53 +02:00
..
src assure important errors are passed as context (#2886) 2024-04-23 11:32:53 +02:00
tests a clear error message when bare repositories are encountered and rejected (#2704) 2024-04-22 11:01:07 +02:00
Cargo.toml Strongly type the hunk-hash to avoid String, but remain compatible. 2024-04-21 11:35:25 +02:00