strvec: rename files from argv-array to strvec
This requires updating #include lines across the code-base, but that's all fairly mechanical, and was done with: git ls-files '*.c' '*.h' | xargs perl -i -pe 's/argv-array.h/strvec.h/' Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		 Jeff King
					Jeff King
				
			
				
					committed by
					
						 Junio C Hamano
						Junio C Hamano
					
				
			
			
				
	
			
			
			 Junio C Hamano
						Junio C Hamano
					
				
			
						parent
						
							873cd28a8b
						
					
				
				
					commit
					dbbcd44fb4
				
			| @ -8,7 +8,7 @@ | ||||
| #include "diffcore.h" | ||||
| #include "quote.h" | ||||
| #include "run-command.h" | ||||
| #include "argv-array.h" | ||||
| #include "strvec.h" | ||||
| #include "remote.h" | ||||
| #include "refs.h" | ||||
| #include "submodule.h" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user