I need to find out if a commit belongs to a particular git repository.
The idea is to generate some unique id for every repository I need to test. Then I can compa
In Rietveld we can not force everybody to use 'git notes' when people want to find reviews made against their repositories, so we are going to use the last hash from the output of git rev-list --parents HEAD.
git rev-list --parents HEAD