[PATCH] Tweaked --merge-order --show-breaks output in case specified head has no...
[git.git] / epoch.c
diff --git a/epoch.c b/epoch.c
index a4c8213..5b71ad5 100644 (file)
--- a/epoch.c
+++ b/epoch.c
@@ -536,6 +536,8 @@ static int sort_in_merge_order(struct commit *head_of_epoch, emitter_func emitte
 
        ret = parse_commit(head_of_epoch);
 
+       next->object.flags |= BOUNDARY;
+
        while (next && next->parents && !ret && (action != STOP)) {
                struct commit *base = NULL;