summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2016-04-22 13:01:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-22 21:09:38 (GMT)
commitbcd522a1495146113f8e08e84a6717c04508e197 (patch)
treea90472f818ba763a60d1c18791c50e20e64ebe44 /wt-status.h
parent2e641d5825673c7dca384bc12fcaf1681d731bb6 (diff)
downloadgit-bcd522a1495146113f8e08e84a6717c04508e197.zip
git-bcd522a1495146113f8e08e84a6717c04508e197.tar.gz
git-bcd522a1495146113f8e08e84a6717c04508e197.tar.bz2
wt-status.c: split rebase detection out of wt_status_get_state()
worktree.c:find_shared_symref() later needs to know if a branch is being rebased, and only rebase, no cherry-pick, do detached branch... Split this code so it can be used independently from other in-progress tests. 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 c9b3b74..b398353 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -100,6 +100,7 @@ void wt_status_prepare(struct wt_status *s);
void wt_status_print(struct wt_status *s);
void wt_status_collect(struct wt_status *s);
void wt_status_get_state(struct wt_status_state *state, int get_detached_from);
+int wt_status_check_rebase(struct wt_status_state *state);
void wt_shortstatus_print(struct wt_status *s);
void wt_porcelain_print(struct wt_status *s);