 d4ff2072ab
			
		
	
	d4ff2072ab
	
	
	
		
			
			Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			353 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef MATCH_TREES_H
 | |
| #define MATCH_TREES_H
 | |
| 
 | |
| struct object_id;
 | |
| struct repository;
 | |
| 
 | |
| void shift_tree(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, int);
 | |
| void shift_tree_by(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, const char *);
 | |
| 
 | |
| #endif /* MATCH_TREES_H */
 |