//! gix-specific conversion helpers.
use ;
use CommitId;
/// Converts a signed Unix timestamp (seconds) to [`SystemTime`].
/// Negative values (pre-1970) are saturated to `UNIX_EPOCH`.
pub
/// Converts a `gix::ObjectId` to a backend-agnostic [`CommitId`].
pub