summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-08 06:31:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-22 19:15:57 (GMT)
commit76e2f7ce323c7ddb3a7c29e56407da6a69a4fa53 (patch)
tree922dfee385cc2f184f59286c5c80eb566b01ceb4 /wt-status.h
parent3fa509dfbdb8526453f4213f79b371bdfa493f0e (diff)
downloadgit-76e2f7ce323c7ddb3a7c29e56407da6a69a4fa53.zip
git-76e2f7ce323c7ddb3a7c29e56407da6a69a4fa53.tar.gz
git-76e2f7ce323c7ddb3a7c29e56407da6a69a4fa53.tar.bz2
git stat: the beginning of "status that is not a dry-run of commit"
Tentatively add "git stat" as a new command. This is not "preview of commit with the same arguments"; the path parameters are not paths to be added to the pristine index (aka "--only" option), but are taken as pathspecs to limit the output. Later in 1.7.0 release, it will take over "git status". Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.h')
-rw-r--r--wt-status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h
index a0e7517..09fd9f1 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -31,6 +31,7 @@ struct wt_status {
int is_initial;
char *branch;
const char *reference;
+ const char **pathspec;
int verbose;
int amend;
int nowarn;