[asterisk-dev] Urgent development consultancy wanted
Shaun Ruffell
sruffell at digium.com
Tue May 22 12:27:40 CDT 2012
On Tue, May 22, 2012 at 12:24:19PM -0500, Shaun Ruffell wrote:
>
> $ git log --grep="363106" --tags | grep ^commit | xargs git describe --contains
> Could not get sha1 for commit. Skipping.
> Could not get sha1 for commit. Skipping.
> Could not get sha1 for commit. Skipping.
> Could not get sha1 for commit. Skipping.
> Could not get sha1 for commit. Skipping.
> v10.5.0-digiumphones-rc1~5
> v1.8.12.0-rc2~2
> v1.8.11.1~3
> v10.5.0-rc1~38
> v1.8.13.0-rc1~34
I forgot to add the cut in there to get rid of the "Skipping." lines:
$ git log --grep="363106" --tags | grep ^commit | cut -f 2 -d' ' | xargs git describe --contains
v10.5.0-digiumphones-rc1~5
v1.8.12.0-rc2~2
v1.8.11.1~3
v10.5.0-rc1~38
v1.8.13.0-rc1~34
--
Shaun Ruffell
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com & www.asterisk.org
More information about the asterisk-dev
mailing list