Skip to content

Confusion over comparing tags across forks #22881

Discussion options

You must be logged in to vote

@nadiajoyce - Thank you for the thoughtful reply.  I acutally parallel posted here and on the Arch linux forums.  A user there (progandy) suggested the following which seems to work very well.

tag=v4.17.13
archtag=v4.17.13-arch1
tagged="$(curl "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tag/?h=$tag" | sed -n 's#.*/linux.git.commit.*id=\(\w*\).*#\1#p')"
xdg-open "https://github.com/archlinux/linux/compare/$tagged...$archtag"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants