This allows for specifying a revision range using the id2 parameter of
/patch/. The output that is produced is similar to
    $ git format-patch --stdout id2..id
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
		
	
		
			
				
	
	
		
			7 líneas
		
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 líneas
		
	
	
		
			146 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef UI_PATCH_H
 | 
						|
#define UI_PATCH_H
 | 
						|
 | 
						|
extern void cgit_print_patch(char *hex, const char *old_rev, const char *prefix);
 | 
						|
 | 
						|
#endif /* UI_PATCH_H */
 |