On 31 January 2016 at 15:19, Lubomir I. Ivanov <neolit...@gmail.com> wrote:
>
> *) to get the XXX digit of a commit:
>> git describe HEAD --tags --abbrev=12
> v4.5.2-758-g0eae59bcd29b
>> git describe 1030cb2 --tags --abbrev=12
> v4.5.2-676-g1030cb265a46
>

for the full list:
$ git rev-list v4.5.3..HEAD | while read -r line; do git describe
"$line" --tags --abbrev=12; done

lubomir
--
_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to