Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add: convert to use parse_pathspec
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 4121bc208db2fbe5e4eb00af10056a9d8c0bab40..8463672ed3f41a58218ae084a5604cd5b569350b 100644
(file)
--- 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;