What is pointy things in Git commits history in VSTS

Viewed 77

screenshot

I need to demonstrate a complicated git flow. So i checked examples. But couldn't understand the pointy things. What is that?

1 Answers

From @Thilo's comment:

It means that the previous commit is way back and does not fit on the page timeline-wise. You can probably click on it to scroll/jump there.

Related