mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 08:48:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			C
		
	
	
	
	
	
void setup_stash(
 | 
						|
	git_repository *repo,
 | 
						|
	git_signature *signature);
 | 
						|
 | 
						|
void commit_staged_files(
 | 
						|
	git_oid *commit_oid,
 | 
						|
	git_index *index,
 | 
						|
	git_signature *signature); |