aboutsummaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-06 23:49:24 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-06 23:49:24 -0800
commite7bb17a4753f11376a9bc6d3c1435c2602d3a0fc (patch)
treeb98c0d7055a9cfe24c5e303905b7179cd4055837 /wt-status.h
parent8f905eb139aa2284ca9001de1265d25b661f907c (diff)
parent3c1eb9cb2d57769f770ddc36fd6b49706608ebb7 (diff)
downloadgit-e7bb17a4753f11376a9bc6d3c1435c2602d3a0fc.tar.gz
git-e7bb17a4753f11376a9bc6d3c1435c2602d3a0fc.tar.xz
Merge branch 'jr/status'
* jr/status: Improve cached content header of status output Support --amend on initial commit in status output Improve "nothing to commit" part of status output Clarify syntax and role of git-add in status output
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 0a5a5b7ba..892a86c76 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -16,6 +16,7 @@ struct wt_status {
int verbose;
int amend;
int untracked;
+ int workdir_clean;
};
int git_status_config(const char *var, const char *value);