mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	Fix for the last
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/clink.lua
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/clink.lua
									
									
									
									
										vendored
									
									
								
							| @@ -250,7 +250,7 @@ end | ||||
|  -- @return {bool} | ||||
| --- | ||||
| local function get_git_status() | ||||
|     local file = io.popen("git status --no-optional-locks --porcelain 2>nul") | ||||
|     local file = io.popen("git --no-optional-locks status --porcelain 2>nul") | ||||
|     for line in file:lines() do | ||||
|         file:close() | ||||
|         return false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user