Hi
Dne Mon, 02 Aug 2010 00:09:40 -0400 Isaac Bennetch bennetch@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).