On 4/3/20 7:50 PM, Jonathan Wakely wrote:
> On Fri, 3 Apr 2020 at 18:45, Bernd Edlinger wrote:
>>
>> Hi,
>>
>> I have a question about the gcc-testresults mailing list,
>> that is I see everyone using:
>>
>> [releases/gcc-9 revision
>> 02a201f71:0f58d3b54:0e66150084aa217811a5c45fb15e98d7ed3e8839]
>>
>> or
>>
>> [master revision
>> 63b2923dc6f:0c89e976db9:1c16f7fc903c1c1c912faf7889b69d83429b7b2e
>>
>> what is the first 2 hashes, I cant make sens out of it?
>
> See contrib/gcc_update, which sets that string:
>
> revision=`$GCC_GIT log -n1 --pretty=tformat:%p:%t:%H`
>
and for dummies like me,
what is %p %t and %H ?