Uncommon / Xit

Mac OS X Git GUI
Other
1.08k stars 50 forks source link

History graph can break when new root commits are added #9

Open Uncommon opened 13 years ago

Uncommon commented 13 years ago

I've had this problem in GitX, so we should get it fixed here. History lines don't properly flow around new roots.

https://picasaweb.google.com/lh/photo/Cn3svzZM9rf0Q6_VKPO7y8wVzZhN0jUyN2Z8puV-3ec?feat=directlink

Uncommon commented 13 years ago

In Xit:

https://picasaweb.google.com/lh/photo/5xVQOH9Ugv9pXhwO3QHlgcwVzZhN0jUyN2Z8puV-3ec?feat=directlink

laullon commented 13 years ago

can you send me the repo url?

Uncommon commented 13 years ago

It's a repository I have at work, so I can't share it. I'll have to come up with a test case.

laullon commented 13 years ago

Send me the output of this command:

git log -z --pretty=format:'%H%n%P%n%ct%n%ce%n%s' --all --topo-order

remove %s if you want. Germn Laulln Web: http://www.laullon.com/ PhotoBlog: http://laullon.ftblg.com/

On Thu, Aug 4, 2011 at 10:19 AM, Uncommon < reply@reply.github.com>wrote:

It's a repository I have at work, so I can't share it. I'll have to come up with a test case.

Reply to this email directly or view it on GitHub: https://github.com/Uncommon/Xit/issues/9#issuecomment-1728771

Uncommon commented 12 years ago

Interestingly, it works in rowanj/gitx. I'll have to track down whether he fixed it or if it broke after he forked.