Re: [PATCH] log: allow --graph and --show-linear-break used together

2016-04-08 Thread Junio C Hamano
Jan Kundrát writes: > this patch makes it possible to use --show-linear-break in `git log > --graph --oneline --all`. You have multiple roots, just like we would show the histories like this: * A |\ | * B | * C (root) *D *E (another root) teaching the "g

Re: [PATCH] log: allow --graph and --show-linear-break used together

2016-04-08 Thread Duy Nguyen
On Fri, Apr 08, 2016 at 01:21:07PM +0200, Jan Kundrát wrote: > From 1ac6bb7c31652835d3d046c82e423f0cea6e0904 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= > Date: Fri, 8 Apr 2016 13:06:31 +0200 > Subject: [PATCH] log: allow --graph and --show-linear-break used tog

[PATCH] log: allow --graph and --show-linear-break used together

2016-04-08 Thread Jan Kundrát
4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Fri, 8 Apr 2016 13:06:31 +0200 Subject: [PATCH] log: allow --graph and --show-linear-break used together MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was no visual break when --