Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Brian Paul
On 06/15/2017 08:14 AM, Eric Engestrom wrote: On Thursday, 2017-06-15 08:06:54 -0600, Brian Paul wrote: The SCons build has been using 10 digits of the git hash id for the MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it up after running into a case where a 7-digit hash ID w

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Eric Engestrom
On Thursday, 2017-06-15 08:06:54 -0600, Brian Paul wrote: > The SCons build has been using 10 digits of the git hash id for the > MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it > up after running into a case where a 7-digit hash ID was ambiguous. > > This patch makes the sam

[Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Brian Paul
The SCons build has been using 10 digits of the git hash id for the MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it up after running into a case where a 7-digit hash ID was ambiguous. This patch makes the same change for the autotools build. The command "git log | grep "^com

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Brian Paul
On 06/15/2017 07:10 AM, Emil Velikov wrote: On 15 June 2017 at 13:54, Brian Paul wrote: On 06/15/2017 03:38 AM, Emil Velikov wrote: On 15 June 2017 at 10:12, Eric Engestrom wrote: On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: Hi Brian, On 15 June 2017 at 04:46, Brian Paul

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Emil Velikov
On 15 June 2017 at 13:54, Brian Paul wrote: > On 06/15/2017 03:38 AM, Emil Velikov wrote: >> >> On 15 June 2017 at 10:12, Eric Engestrom >> wrote: >>> >>> On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: Hi Brian, On 15 June 2017 at 04:46, Brian Paul wrote: > >

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Eric Engestrom
On Thursday, 2017-06-15 06:54:18 -0600, Brian Paul wrote: > On 06/15/2017 03:38 AM, Emil Velikov wrote: > > On 15 June 2017 at 10:12, Eric Engestrom wrote: > > > On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: > > > > Hi Brian, > > > > > > > > On 15 June 2017 at 04:46, Brian Paul wro

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Brian Paul
On 06/15/2017 03:38 AM, Emil Velikov wrote: On 15 June 2017 at 10:12, Eric Engestrom wrote: On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: Hi Brian, On 15 June 2017 at 04:46, Brian Paul wrote: The SCons build has been using 10 digits of the git hash id for the MESA_GIT_SHA1 str

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Emil Velikov
On 15 June 2017 at 10:12, Eric Engestrom wrote: > On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: >> Hi Brian, >> >> On 15 June 2017 at 04:46, Brian Paul wrote: >> > The SCons build has been using 10 digits of the git hash id for the >> > MESA_GIT_SHA1 string in git_sha1.h for about a

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Eric Engestrom
On Thursday, 2017-06-15 09:56:55 +0100, Emil Velikov wrote: > Hi Brian, > > On 15 June 2017 at 04:46, Brian Paul wrote: > > The SCons build has been using 10 digits of the git hash id for the > > MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it > > up after running into a cas

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Emil Velikov
Hi Brian, On 15 June 2017 at 04:46, Brian Paul wrote: > The SCons build has been using 10 digits of the git hash id for the > MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it > up after running into a case where a 7-digit hash ID was ambiguous. > > This patch makes the same c

Re: [Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-15 Thread Eric Engestrom
On Wednesday, 2017-06-14 21:46:57 -0600, Brian Paul wrote: > The SCons build has been using 10 digits of the git hash id for the > MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it > up after running into a case where a 7-digit hash ID was ambiguous. > > This patch makes the sa

[Mesa-dev] [PATCH] automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits

2017-06-14 Thread Brian Paul
The SCons build has been using 10 digits of the git hash id for the MESA_GIT_SHA1 string in git_sha1.h for about a year now. I bumped it up after running into a case where a 7-digit hash ID was ambiguous. This patch makes the same change for the autotools build. The command "git log | grep "^com