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

history truncated by tags #324

Closed
danielnorberg opened this issue May 14, 2014 · 2 comments
Closed

history truncated by tags #324

danielnorberg opened this issue May 14, 2014 · 2 comments
Assignees

Comments

@danielnorberg
Copy link

For some git repositories, the commit history view seems to become truncated by the presence of tags.

The history just "starts" in mid-air with the commit after a tagged commit and with the parent link referring to a tagged parent commit id that doesn't show up. Removing the offending tag makes gitx show more of the history, up to the next tag that it doesn't like. Removing all tags makes gitx show the entire history, but fetching all tags again truncates the history view.

There does not seem to be any related error messages in the console log.

This problem can be reproduced with the jersey git repo: https://github.com/jersey/jersey. The history view of the master branch simply ends at d8c6a5c.

Version 0.15.1869 dev (0.15.1869)

@rowanj rowanj self-assigned this May 15, 2014
@rowanj
Copy link
Owner

rowanj commented May 16, 2014

Thanks for the test repo; should be fixed by changes under #330 in the next release.

@rowanj rowanj closed this as completed May 16, 2014
@danielnorberg
Copy link
Author

sweet!

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

2 participants