diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-07-14 15:35:25 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-15 10:56:06 -0700 |
commit | 64acde94efd2906c3e20560c31c2957ac0b242c4 (patch) | |
tree | 57b1a8116f325b645c88c6e536cf9a06331e8aad /tree-walk.c | |
parent | clean: remove unused variable "seen" (diff) | |
download | tgif-64acde94efd2906c3e20560c31c2957ac0b242c4.tar.xz |
move struct pathspec and related functions to pathspec.[ch]
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-walk.c')
-rw-r--r-- | tree-walk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tree-walk.c b/tree-walk.c index 6e30ef9d04..72a96139f5 100644 --- a/tree-walk.c +++ b/tree-walk.c @@ -3,6 +3,7 @@ #include "unpack-trees.h" #include "dir.h" #include "tree.h" +#include "pathspec.h" static const char *get_mode(const char *str, unsigned int *modep) { |