Skip to content

Commit 6b66e1b

Browse files
committed
Assure we load all gitattributes when needed.
This is an on-demand operation anyway, but now we turn on the loading of git binary-specific gitattributes which should help to emulate gits behaviour perfectly.
1 parent b71ea3a commit 6b66e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plumbing/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ pub fn main() -> Result<()> {
8484
);
8585
let to_match_settings = |mut opts: gix::open::Options| {
8686
opts.permissions.config.git_binary = git_installation;
87+
opts.permissions.attributes.git_binary = git_installation;
8788
if config.is_empty() {
8889
opts
8990
} else {

0 commit comments

Comments
 (0)