Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directed acyclic Graph wrong? #303

Closed
tkreuder opened this issue Apr 10, 2014 · 4 comments
Closed

Directed acyclic Graph wrong? #303

tkreuder opened this issue Apr 10, 2014 · 4 comments

Comments

@tkreuder
Copy link

When i open the gitx repository in gitx, the graph representation seems to be wrong.
There are three "master" branches / lanes instead of one and they do not end with a commit.

gitx_graph_error

in comparison the git graph looks like the following:

git_graph

@rowanj
Copy link
Owner

rowanj commented May 15, 2014

Are you seeing this with the current (0.15.*) version?

@DeMayo
Copy link

DeMayo commented May 15, 2014

I'm seeing this with version (0.15.1869).
It started when I swapped two commits with git rebase -i on the command line and created a new branch from the now earlier commit.

@DeMayo
Copy link

DeMayo commented May 15, 2014

(cont) The earliest commit in the dangling branch has a correct parent entry (can even jump to that when clicking on it in gitx) but that parent entry is sorted above it in the default view.

@rowanj
Copy link
Owner

rowanj commented May 16, 2014

0.15.x moved to a new history enumeration strategy; and sorting by commit time gave a much better overview of parallel activity on concurrent branches, but introduced this bug in some repos with out-of-order commits (i.e. due to rebase).

Should be fixed by changes tagged in #330 in the next build.

@rowanj rowanj closed this as completed May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants