status: convert to use parse_pathspec

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:39 +07:00
committed by Junio C Hamano
parent 6654c8894e
commit 15b55ae06a
3 changed files with 13 additions and 14 deletions

View File

@ -44,7 +44,7 @@ struct wt_status {
int is_initial;
char *branch;
const char *reference;
const char **pathspec;
struct pathspec pathspec;
int verbose;
int amend;
enum commit_whence whence;