Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git status: show relative paths when run in a subdirectory
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 4f3a615c32bb15bd67cb0a467a7114453fc9a6f1..f58ebcbb23f214c1fea8f4cb8e10c3491b8e0469 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-21,7
+21,9
@@
struct wt_status {
int commitable;
int workdir_dirty;
int workdir_untracked;
+ const char *index_file;
FILE *fp;
+ const char *prefix;
};
int git_status_config(const char *var, const char *value);