git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Misrendering of git 2.24 log --graph
@ 2020-01-23 23:12 Jan Engelhardt
  2020-01-24 14:05 ` Derrick Stolee
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Engelhardt @ 2020-01-23 23:12 UTC (permalink / raw)
  To: git; +Cc: jengelh

Greetings.

I have observed git 2.24 outputting a garbage graph element for a 
particular history. The issue does not appear in 2.25, but the 
underlying bug may still be in there; it is just that _this particular 
history_ does not expose it anymore due to the new, more compact tree 
rendering that 2.25 seems to be shipping.

Reproducer:

$ git clone git://github.com/jengelh/git-issue-20200123 gi
$ cd gi; git log --oneline --graph --all --topo-order | head -n 74
[...]
| | * |   ba85ad93c Merge branch 'kc-8.7.x'
| | |\ \  
| |/ / /  
| | | _   
| | * 79106b731 doc: update 8.7.x news

See that underscore there in line 73. The connection between commit 
610d621dd and its parent 79106b731 is not properly connected (visually). 
I think this should have been [diff notation follows]

-| | | _   
+| | | /
+| | |/
 | | * 79106b731 doc: update 8.7.x news

or something along those lines (pun intended).

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-24 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-23 23:12 Misrendering of git 2.24 log --graph Jan Engelhardt
2020-01-24 14:05 ` Derrick Stolee
2020-01-24 14:06   ` Derrick Stolee
2020-01-24 16:34     ` Misrendering of git 2.25 " Jan Engelhardt
2020-01-24 18:45       ` Derrick Stolee
2020-01-24 21:26         ` SZEDER Gábor
2020-01-24 16:08   ` Misrendering of git 2.24 " Jan Engelhardt

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).