Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add: make warn_pathless_add() a no-op after first call
[gitweb.git]
/
wt-status.h
diff --git
a/wt-status.h
b/wt-status.h
index 236b41fd345ca3dd95ce450ac3fb3fca2b725e47..81e1dcf84dbfbea76657d3b4c65e3e63890396e9 100644
(file)
--- a/
wt-status.h
+++ b/
wt-status.h
@@
-79,6
+79,8
@@
struct wt_status_state {
int rebase_interactive_in_progress;
int cherry_pick_in_progress;
int bisect_in_progress;
+ const char *branch;
+ const char *onto;
};
void wt_status_prepare(struct wt_status *s);