gitbutler/crates/gitbutler-core
Sebastian Thiel 5ea4bb3c58 don't fail if a ref can't be peeled (#3129)
Sometimes, symbolic refs are used as tracking branches, like
`refs/remotes/origin/HEAD`, and after some changes are dangling,
pointing to a ref which doesn't exist anymore (maybe it was renamed
from `master` to `main`).

Now, this isn't fatal anymore, but will be logged instead.
2024-04-23 12:53:56 +02:00
..
src don't fail if a ref can't be peeled (#3129) 2024-04-23 12:53:56 +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