preserve mtime of local clone
[gitweb.git] / wt-status.c
index 33954564c6e359c98d1a91f50d91e2893ccf9550..85f3fcb8a2f55b362268e00c5bb67434e38382b0 100644 (file)
@@ -561,8 +561,8 @@ void wt_status_print(struct wt_status *s)
                color_fprintf_ln(s->fp, color(WT_STATUS_HEADER, s), "#");
        }
 
-       wt_status_print_unmerged(s);
        wt_status_print_updated(s);
+       wt_status_print_unmerged(s);
        wt_status_print_changed(s);
        if (s->submodule_summary)
                wt_status_print_submodule_summary(s);