<div dir="ltr"><div dir="ltr">Hi,<br><br>You can use git tag --contains <sha> to see the list of tags containing a commit; this goes back to ghc-7.2.<br><br>A different option is to checkout the <a href="http://configure.ac">configure.ac</a> file for a given commit; there'll be a line such as<br>AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.9], [<a href="mailto:glasgow-haskell-bugs@haskell.org">glasgow-haskell-bugs@haskell.org</a>], [ghc])<br>which means that GHC was 6.9 (so the given commit was released in 6.10).<br><br>Of course both methods don't account for cherry-picks, the same change with a different sha could have landed in a bugfix release.<br><br>-Krzysztof<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 11, 2019 at 10:27 PM Artem Pelenitsyn <<a href="mailto:a.pelenitsyn@gmail.com">a.pelenitsyn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi chessai,</div><div><br></div><div>What I usually do for this is open up the corresponding GitHub page, e.g.:</div><div><br></div><div><a href="https://github.com/ghc/ghc/commit/bb3fa2d18686d0c08b57c66a90a9ea1b4e4482ee" target="_blank">https://github.com/ghc/ghc/commit/bb3fa2d18686d0c08b57c66a90a9ea1b4e4482ee</a></div><div><br></div><div>where I see the list of branches the commit was added to, below the commit message (note that you have to click "..." to see the full list of branches). The branches ending with `-release` (e.g. ghc-8.6.5-release) answer your question, I believe. <br></div><div><br></div><div>--</div><div>Best, Artem<br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 11 May 2019 at 23:01, chessai . <<a href="mailto:chessai1996@gmail.com" target="_blank">chessai1996@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Devs,<br>
<br>
Is there a way to take the sha1 of a git commit and find which<br>
released version of GHC contains that commit, without resorting to a<br>
manual cross-reference?<br>
<br>
Is it possible there could be some sort of webpage where this<br>
information could be made accessible, just by pasting in a commit?<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>