* [PATCH 2/7] Tweaked --merge-order --show-breaks output in case specified head has no parent
@ 2005-06-20 2:29 Jon Seymour
0 siblings, 0 replies; only message in thread
From: Jon Seymour @ 2005-06-20 2:29 UTC (permalink / raw)
To: git; +Cc: torvalds, jon.seymour, paulus
git-rev-list --merge-order --show-breaks root
Was outputing:
| root
It now outputs:
= root
Which is consistent with the behaviour of other cases.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
---
epoch.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/epoch.c b/epoch.c
--- a/epoch.c
+++ b/epoch.c
@@ -536,6 +536,8 @@ static int sort_in_merge_order(struct co
ret = parse_commit(head_of_epoch);
+ next->object.flags |= BOUNDARY;
+
while (next && next->parents && !ret && (action != STOP)) {
struct commit *base = NULL;
------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-20 2:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-20 2:29 [PATCH 2/7] Tweaked --merge-order --show-breaks output in case specified head has no parent Jon Seymour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox