I want to get the OpenCV2.4.2 source files for windows in order to generate the libraries myself. I run the command
git clone git://code.opencv.org/opencv.git
This actually gets the 2.4.9 repository which I don't want. There is a GIT option
git reset --hard <commit code>
that is supposed to get back to the desired commit. The thing is that I found that there are way too many commits and I don't know which one is the version 2.4.2!
- How can I download version 2.4.2 from GIT?