Turasa / libsignal-service-java

GNU General Public License v3.0
39 stars 22 forks source link

Why do the releases not correspond to commits on this repo? #35

Closed matthiasdg closed 6 months ago

matthiasdg commented 6 months ago

e.g., the tag v2.15.3_unofficial_98 or the corresponding commit can't be checked out. I can of course just download the zip from the release but this feels weird.

AsamK commented 6 months ago

If course you can check them out, all the tags are there https://github.com/Turasa/libsignal-service-java/tags

matthiasdg commented 6 months ago

Ok, I see; it's just because they don't belong to any branch. E.g., if you go to https://github.com/Turasa/libsignal-service-java/tree/v2.15.3_unofficial_98, GitHub also shows This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. So the solution is git fetch --tags to have them. Guess I'm just so used to tags on the main branch (which everyone always checks out) 😅

AsamK commented 6 months ago

Yeah, I'm rebasing the main branch, because this is more a collection of patches on upstream than a complete fork.