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 77449326dbec5c3f83559c300aec2922445829ef..f58ebcbb23f214c1fea8f4cb8e10c3491b8e0469 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-23,6
+23,7
@@
struct wt_status {
int workdir_untracked;
const char *index_file;
FILE *fp;
+ const char *prefix;
};
int git_status_config(const char *var, const char *value);