Browse Source
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>maint
Jeff King
4 years ago
committed by
Junio C Hamano
59 changed files with 61 additions and 61 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
#include "cache.h" |
||||
#include "argv-array.h" |
||||
#include "strvec.h" |
||||
#include "strbuf.h" |
||||
|
||||
const char *empty_strvec[] = { NULL }; |
Loading…
Reference in new issue