gitbutler/crates/gitbutler-branch-actions
Sebastian Thiel c81b140790
Assure the most-recent workspace head is used when emitting changed files.
The reason for this is that now the outcome of this can be re-used in `list_virtual_branches`,
which is sensitive to seeing the latest vbranch state which is not a given.

Calculating it makes sure there is no mismatch, and probably "can't be wrong".

Also note that `head_commit()` is still kept around as it's the idea to eventually
use it more.
2024-08-30 07:15:40 +02:00
..
benches add benchmark just for revwalking 2024-08-21 19:28:11 +02:00
src Assure the most-recent workspace head is used when emitting changed files. 2024-08-30 07:15:40 +02:00
tests Do not dynamically calculate the head commit when listing virtual branches. 2024-08-28 21:16:43 +02:00
Cargo.toml Somethign somethign matchy matchy design 2024-08-27 13:05:27 +02:00