From: Michael J Gruber <git@drmicha.warpmail.net>
To: martyone <martyone@ubedi.net>
Cc: git@vger.kernel.org
Subject: Re: git log --graph --oneline - false parent-child visualization
Date: Mon, 05 Nov 2012 15:17:33 +0100 [thread overview]
Message-ID: <5097CA7D.50301@drmicha.warpmail.net> (raw)
In-Reply-To: <CAMn6BBaeWfwa_mAyTBFOmFYs0GwUauzqZZP+NWM=8f0_hKDz3Q@mail.gmail.com>
martyone venit, vidit, dixit 05.11.2012 13:57:
> Hello,
>
> the combination of --graph and --oneline sometimes produces output
> which is -- at least for me -- not clear about parent-child relation
> between commits. I noticed it when using with --simplify-by-decoration
> switch but it should not be specific to the use of this switch.
>
> See this example output (git version 1.7.11.3)
>
> | | | * eead15f (origin/branchA) Lorem ipsum dolor sit amet
> | |_|/
> |/| |
> | | | * 8da3b9f (origin/branchB) Consectetur adipisicing elit
> | | |/
> | | | * c4d6b9a (origin/branchC) Sed do eiusmod tempor incididunt ut labore
> | | | * d623246 (origin/branchD) Ut enim ad minim veniam
> | | |/
> | | | * 458d305 (origin/btanchE) Quis nostrud exercitation ullamco laboris
> | | |/
>
> Here it seems commit c4d6b9a is based on d623246. But when the format
> is more-than-oneline (or when checked with gitk), it is clear there is
> no relation between commits c4d6b9a and d623246.
>
> | | | * commit eead15f (origin/branchA)
> | |_|/ Author: John Doe <john.doe@example.net>
> |/| |
> | | | Lorem ipsum dolor sit amet
> | | |
> | | | * commit 8da3b9f (origin/branchB)
> | | |/ Author: John Doe <john.doe@example.net>
> | | |
> | | | Consectetur adipisicing elit
> | | |
> | | | * commit c4d6b9a (origin/branchC)
> | | | Author: John Doe <john.doe@example.net>
> | | |
> | | | Sed do eiusmod tempor incididunt ut labore
> | | |
> | | | * commit d623246 (origin/branchD)
> | | |/ Author: John Doe <john.doe@example.net>
> | | |
> | | | Ut enim ad minim veniam
> | | |
> | | | * commit 458d305 (origin/branchE)
> | | |/ Author: John Doe <john.doe@example.net>
> | | |
> | | | Quis nostrud exercitation ullamco laboris
> | | |
>
> Correct output produced with --oneline switch should output an extra
> newline when commit has no parent listed:
>
> | | | * eead15f (origin/branchA) Lorem ipsum dolor sit amet
> | |_|/
> |/| |
> | | | * 8da3b9f (origin/branchB) Consectetur adipisicing elit
> | | |/
> | | | * c4d6b9a (origin/branchC) Sed do eiusmod tempor incididunt ut labore
> | | |
> | | | * d623246 (origin/branchD) Ut enim ad minim veniam
> | | |/
> | | | * 458d305 (origin/btanchE) Quis nostrud exercitation ullamco laboris
> | | |/
>
> Best Regards,
> Martin
>
Yes, you have the same problem when you simply have two disjoint
branches: They're listed "concatenated". The problem is that log --graph
uses the single symbol "*" for many different cases, independent of the
number of ingoing or outgoing lines. There are two solutions:
- use more spacing
- use more symbols (like tig does) and stay compact
Feel free to experiment ;)
Michael
prev parent reply other threads:[~2012-11-05 14:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 12:57 git log --graph --oneline - false parent-child visualization martyone
2012-11-05 14:17 ` Michael J Gruber [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5097CA7D.50301@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=martyone@ubedi.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).