[Phpmyadmin-devel] git help -- finding in which tag/release a revision occurs

Michal Čihař michal at cihar.com
Fri Aug 6 12:20:49 CEST 2010


Hi

Dne Mon, 02 Aug 2010 00:09:40 -0400
Isaac Bennetch <bennetch at gmail.com> napsal(a):

> Hi, hopefully one of you can help me figure out a git question I have. I 
> know the specific revision where a change occurred -- for example 
> rRELEASE_3_3_4-5777-gd7192b3 (DefaultCharset depreciated), but what I 
> want to know is what release version that change will affect. Any hints 
> how I can figure out in which release this will occur?

Generally you can find out this by git describe --contains <HASH>. If
it fails it means it not yet part of any release (like in this case).

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20100806/cfdff58c/attachment.sig>


More information about the Developers mailing list