What is the meaning of Square Icons on Branch Lines in TortoiseGit Log Graph?

旧街凉风 提交于 2020-05-30 03:59:33

问题


I have Square and Round Icons on the Branch Lines in the TortoiseGit Log Graph. What is the meaning of Square Icons?


回答1:


Square = Merge Commit

Round = Commit




回答2:


It's for the diverged and merged point.




回答3:


In the graph line there are two types of shapes:

The circles indicate normal commits w/o any branching.

The squares indicate merges and branchings. In the first case these are merge commits (i.e., a commit with more than one parent) and in the latter case these are also normal commits. A square was chosen here to indicate that a branch goes off.

The colors of the lines (and of the shapes) are just there to make the graph better readable (i.e., to see to which branch they belong) and are configurable: https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-colours3



来源:https://stackoverflow.com/questions/45880591/what-is-the-meaning-of-square-icons-on-branch-lines-in-tortoisegit-log-graph

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!