Skip to content

Commit 41b4a8f

Browse files
committed
refactor
1 parent 924cd62 commit 41b4a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitoxide-core/src/repository/credential.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ pub fn function(repo: Option<gix::Repository>, action: gix::credentials::program
3333
gix::config::credential_helpers(
3434
gix::url::parse(url.as_ref())?,
3535
&config,
36-
false,
37-
|_| true,
36+
false, /* lenient config */
37+
|_| true, /* section filter */
3838
environment,
39-
false,
39+
false, /* use http path (override, uses configuration now)*/
4040
)?
4141
}
4242
};

0 commit comments

Comments
 (0)