diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-07-14 15:35:39 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-15 10:56:07 -0700 |
commit | 15b55ae06a208dea4d10125d9655a84f5b62d781 (patch) | |
tree | f017141c7c7b8374650a0e491f59601bbaceac35 /wt-status.h | |
parent | 6654c8894effaf12ae73a2a6e5bc72433f4a3479 (diff) | |
download | git-15b55ae06a208dea4d10125d9655a84f5b62d781.tar.gz |
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>
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 4121bc208d..8463672ed3 100644 --- a/wt-status.h +++ b/wt-status.h @@ -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; |