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:

committed by
Junio C Hamano

parent
6654c8894e
commit
15b55ae06a
@ -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;
|
||||
|
Reference in New Issue
Block a user