Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

git log --graph always draws the edge between a merge commit and its second parent to the right of the edge between its first parent. gitk draws edges in whatever order it thinks will result in the prettiest graph. This hides valuable information.

Is there a way to get gitk to match git log --graph's behavior?

share|improve this question
1  
See stackoverflow.com/questions/4511416/gitk-weird-history-tree for more discussion (but no answer). – Joe Mar 23 at 12:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.