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

Fix insertion/ordering of refs in refs_by_id map. #391

Closed
wants to merge 1 commit into from

Conversation

AlexanderS
Copy link
Contributor

During insertion of a ref into the refs_by_id map the code lost some refs because the next pointer in the linked list get modified in the wrong way. This seems to fix #390.

@jonas
Copy link
Owner

jonas commented Mar 16, 2015

Thanks. I added Heiko's test case to the commit.

@jonas jonas closed this Mar 16, 2015
@jonas jonas added this to the tig-2.2 milestone Mar 16, 2015
@AlexanderS AlexanderS deleted the fix-ref-display branch March 16, 2015 17:38
@jonas jonas modified the milestones: tig-2.2, tig-2.1.1 Apr 9, 2015
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

Successfully merging this pull request may close these issues.

no display of remote refs if tag exists
2 participants