-
Notifications
You must be signed in to change notification settings - Fork 205
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
Comments
Are you seeing this with the current (0.15.*) version? |
I'm seeing this with version (0.15.1869). |
(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. |
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. |
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.
in comparison the git graph looks like the following:
The text was updated successfully, but these errors were encountered: