gitbutler/crates/gitbutler-branch-actions
Sebastian Thiel 76d687b55c
Respect author-date for setting up completely static commmit graphs
This updates to a yet-to-be-released version of `gix` to be able to
leverage full local-time support thanks to the usage of `jiff`.

This means we can now rely on the local `now()` that `gix` signatures
come with, which naturally respect environment variables that help
to make commits statically known.

For the running Tauri application this won't have an effect as it won't
inherit environment variables, but the CLI will be different in that regard.
2024-07-31 18:52:01 +02:00
..
src Always create new commit in get_workspace_head 2024-07-30 18:09:07 +01:00
tests Respect author-date for setting up completely static commmit graphs 2024-07-31 18:52:01 +02:00
Cargo.toml Introduce operating modes 2024-07-29 13:19:38 +02:00