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?