gitbutler/crates/gitbutler-branch-actions
Sebastian Thiel 14ab092adc
fix: do not cutoff traversals by date for branch details (#1650).
We already found the merge-base and know that this will naturally
be the end of the traversal. Thus there is no need to additionally
set a cut-off date, which is the documented default.

With such a cutoff, it's very possible that certain operations on the branches
change the date of the base to lie in the future, which is when no traversal
would be able to happen anymore.
2024-10-30 15:38:41 +01:00
..
benches Replace all relevant occurrences of integration with workspace 2024-09-02 20:53:19 +03:00
src fix: do not cutoff traversals by date for branch details (#1650). 2024-10-30 15:38:41 +01:00
tests replace a Vec of Forge Identifers with an Option instead 2024-10-30 10:32:44 +01:00
Cargo.toml Integrate new hunk dependency algorithm 2024-10-23 22:42:46 +02:00