File tree 2 files changed +2
-4
lines changed
git-repository/src/config/cache
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ echo "in root: gitoxide CLI"
56
56
(enter git-odb && indent cargo diet -n --package-size-limit 120KB)
57
57
(enter git-protocol && indent cargo diet -n --package-size-limit 50KB)
58
58
(enter git-packetline && indent cargo diet -n --package-size-limit 35KB)
59
- (enter git-repository && indent cargo diet -n --package-size-limit 160KB )
59
+ (enter git-repository && indent cargo diet -n --package-size-limit 175KB )
60
60
(enter git-transport && indent cargo diet -n --package-size-limit 55KB)
61
61
(enter gitoxide-core && indent cargo diet -n --package-size-limit 80KB)
Original file line number Diff line number Diff line change @@ -55,9 +55,7 @@ impl Cache {
55
55
let home_env = & home_env;
56
56
let xdg_config_home_env = & xdg_config_home_env;
57
57
let git_prefix = & git_prefix;
58
- let mut install_path = use_installation
59
- . then ( || crate :: env:: git:: install_config_path ( ) )
60
- . flatten ( ) ;
58
+ let mut install_path = use_installation. then ( crate :: env:: git:: install_config_path) . flatten ( ) ;
61
59
let metas = [ git_config:: source:: Kind :: System , git_config:: source:: Kind :: Global ]
62
60
. iter ( )
63
61
. flat_map ( |kind| kind. sources ( ) )
You can’t perform that action at this time.
0 commit comments