pkg / rock

Create semantic version tags for your Go packages, search and discover new packages
Apache License 2.0
50 stars 8 forks source link

Fix #3 and #4 incomplete and packed refs #8

Closed necrophonic closed 6 years ago

necrophonic commented 6 years ago

The original git library dependency (github.com/gogits/git) did not correctly handle refs that have been packed. Pull request was made to address but appears that repo is no longer in active development.

This PR proposes switching to use the code.gitea.io/git lib (from which the original dependency was forked) as this correctly identifies the tags.

necrophonic commented 6 years ago

May not be required as gogits/git has now merged the pull request (see #3)

bketelsen commented 6 years ago

thanks for the PR!