summaryrefslogtreecommitdiffstats
path: root/wt-status.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-04-13 12:54:39 +0200
committerJunio C Hamano <gitster@pobox.com>2012-04-27 18:26:38 +0200
commit323d0530918f015fa28572f4477723b607bce000 (patch)
treed4a93594620f401d3ad31f29c9a01f7ea69ca19f /wt-status.h
parentbranch: add --column (diff)
downloadgit-323d0530918f015fa28572f4477723b607bce000.tar.xz
git-323d0530918f015fa28572f4477723b607bce000.zip
status: add --column
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h
index 682b4c8f7d..6dd7207e25 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -56,6 +56,7 @@ struct wt_status {
enum untracked_status_type show_untracked_files;
const char *ignore_submodule_arg;
char color_palette[WT_STATUS_MAXSLOT][COLOR_MAXLEN];
+ int colopts;
/* These are computed during processing of the individual sections */
int commitable;