File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ use gitoxide::shared::pretty::prepare_and_run;
13
13
use gitoxide_core as core;
14
14
use gitoxide_core:: { pack:: verify, repository:: PathsOrPatterns } ;
15
15
use gix:: bstr:: { io:: BufReadExt , BString } ;
16
+ use gix:: config:: tree:: Key ;
16
17
17
18
use crate :: plumbing:: {
18
19
options:: {
@@ -107,6 +108,14 @@ pub fn main() -> Result<()> {
107
108
} else {
108
109
opts. cli_overrides ( config. clone ( ) )
109
110
}
111
+ . config_overrides ( [
112
+ gix:: config:: tree:: gitoxide:: Credentials :: HELPER_STDERR
113
+ . validated_assignment_fmt ( & true )
114
+ . expect ( "valid boolean value" ) ,
115
+ gix:: config:: tree:: gitoxide:: Core :: EXTERNAL_COMMAND_STDERR
116
+ . validated_assignment_fmt ( & true )
117
+ . expect ( "valid boolean value" ) ,
118
+ ] )
110
119
} ;
111
120
mapping. full . modify ( to_match_settings) ;
112
121
mapping. reduced . modify ( to_match_settings) ;
You can’t perform that action at this time.
0 commit comments