mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 15:47:36 +00:00 
			
		
		
		
	Update git-command-manager.ts
This commit is contained in:
		 John Wesley Walker III
					John Wesley Walker III
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							8926c30a30
						
					
				
				
					commit
					db715dc5a4
				
			| @@ -11,8 +11,8 @@ import {GitVersion} from './git-version' | |||||||
|  |  | ||||||
| // Auth header not supported before 2.9 | // Auth header not supported before 2.9 | ||||||
| // Wire protocol v2 not supported before 2.18 | // Wire protocol v2 not supported before 2.18 | ||||||
| // sparse-checkout not supported before 2.27 | // sparse-checkout not supported before 2.25 | ||||||
| export const MinimumGitVersion = new GitVersion('2.27') | export const MinimumGitVersion = new GitVersion('2.25') | ||||||
|  |  | ||||||
| export interface IGitCommandManager { | export interface IGitCommandManager { | ||||||
|   branchDelete(remote: boolean, branch: string): Promise<void> |   branchDelete(remote: boolean, branch: string): Promise<void> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user