gitbutler/crates/gitbutler-core
Sebastian Thiel 34770a4b77
avoid forcefully making files executable on Windows (#3329).
Instead, respect the existing bit if set in Git, but do not try
to derive it from the filesystem which is something Git doesn't
seem to be doing on Windows either.

This also makes me think that `gitoxide` should make it easy
to build a tree from a file and deal with this.
2024-04-24 15:14:22 +02:00
..
src avoid forcefully making files executable on Windows (#3329). 2024-04-24 15:14:22 +02:00
tests Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
Cargo.toml use gix::tempfile in place of the tempfile. 2024-04-24 13:14:20 +02:00