aboutsummaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-09-17 20:06:43 -0400
committerJunio C Hamano <gitster@pobox.com>2007-09-19 12:52:19 -0700
commit0f729f21348c43a1c80f48faed2e753b1c923e85 (patch)
tree54bd68cc0cd04e96a013f94fd18b50dd9dd26703 /wt-status.h
parentf26a0012262106e0c7e92d8d07f00611112d3a8d (diff)
downloadgit-0f729f21348c43a1c80f48faed2e753b1c923e85.tar.gz
git-0f729f21348c43a1c80f48faed2e753b1c923e85.tar.xz
Enable wt-status to run against non-standard index file.
We still default to get_index_file(), but this can be overridden by setting wt_status.index_file after calling wt_status_prepare(). Signed-off-by: Kristian Høgsberg <krh@redhat.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 4f3a615c3..77449326d 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -21,6 +21,7 @@ struct wt_status {
int commitable;
int workdir_dirty;
int workdir_untracked;
+ const char *index_file;
FILE *fp;
};