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>
This commit is contained in:
Nguyễn Thái Ngọc Duy
2013-07-14 15:35:25 +07:00
committed by Junio C Hamano
parent 5fee4df7f4
commit 64acde94ef
13 changed files with 182 additions and 169 deletions

View File

@ -13,6 +13,7 @@
#include "parse-options.h"
#include "resolve-undo.h"
#include "string-list.h"
#include "pathspec.h"
static int abbrev;
static int show_deleted;