You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: