We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Given sha of commit, we want to know the first tag that contains the fix.
sha
tag=$1 git describe --contains "$tag" | sed 's/~.*//'
eh, depends on the r123456 svn-revision, which is not easy to map to a release version, and if it got cherry picked back to a bugfix release. WIP.
$ git log -S <string> <file>
(via Saravana Kannan)