wt-status.c: move has_unmerged earlier in the file
authorStephen P. Smith <ischis2@cox.net>
Thu, 6 Sep 2018 00:53:26 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2018 21:36:32 +0000 (14:36 -0700)
commitc01d8f94591679fd55b0f899e6fc24555c11485a
tree79597bcb0acb5b54aefebf6a0282039abe738482
parentc05048d43925ab8edcb36663752c2b4541911231
wt-status.c: move has_unmerged earlier in the file

Move has_unmerged() up in the file so that it can be called in
wt_status_collect() where we need to place a merge check.

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c