File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub(super) const EXE_NAME: &str = "git";
8080/// Invoke the git executable to obtain the origin configuration, which is cached and returned. 
8181/// 
8282/// The git executable is the one found in PATH or an alternative location. 
83- pub ( super )  static  GIT_HIGHEST_PRIORITY_CONFIG_PATH :  Lazy < Option < BString > >  = Lazy :: new ( exe_info) ; 
83+ pub ( super )  static  GIT_HIGHEST_SCOPE_CONFIG_PATH :  Lazy < Option < BString > >  = Lazy :: new ( exe_info) ; 
8484
8585#[ cfg( windows) ]  
8686const  NULL_DEVICE :  & str  = "NUL" ; 
@@ -171,7 +171,7 @@ pub(super) fn install_config_path() -> Option<&'static BStr> {
171171            exec_path. push ( "gitconfig" ) ; 
172172            return  crate :: os_string_into_bstring ( exec_path. into ( ) ) . ok ( ) ; 
173173        } 
174-         GIT_HIGHEST_PRIORITY_CONFIG_PATH . clone ( ) 
174+         GIT_HIGHEST_SCOPE_CONFIG_PATH . clone ( ) 
175175    } ) ; 
176176    PATH . as_ref ( ) . map ( AsRef :: as_ref) 
177177} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments