mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 04:38:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			C
		
	
	
	
	
	
void setup_stash(
 | 
						|
	git_repository *repo,
 | 
						|
	git_signature *signature);
 | 
						|
 | 
						|
void assert_status(
 | 
						|
	git_repository *repo,
 | 
						|
	const char *path,
 | 
						|
	int status_flags);
 |