Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
[gitweb.git]
/
preload-index.c
diff --git
a/preload-index.c
b/preload-index.c
index 49cb08df96faa90101bb25d8f96acaffc066f19b..cddfffab9a8fddc77cc307ae738437a2f2bef739 100644
(file)
--- a/
preload-index.c
+++ b/
preload-index.c
@@
-2,6
+2,7
@@
* Copyright (C) 2008 Linus Torvalds
*/
#include "cache.h"
+#include "pathspec.h"
#ifdef NO_PTHREADS
static void preload_index(struct index_state *index, const char **pathspec)