Re: [Mesa-dev] [PATCH mesa 1/3] bin: split `write_if_different()` out

2018-08-14 Thread Dylan Baker
Quoting Eric Engestrom (2018-08-14 10:24:11) > Signed-off-by: Eric Engestrom > --- > bin/git_sha1_gen.py | 21 ++--- > 1 file changed, 14 insertions(+), 7 deletions(-) > > diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py > index 68a87e72ec563ce6298f..bc0279ccef16d42bb88d 10

[Mesa-dev] [PATCH mesa 1/3] bin: split `write_if_different()` out

2018-08-14 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- bin/git_sha1_gen.py | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/bin/git_sha1_gen.py b/bin/git_sha1_gen.py index 68a87e72ec563ce6298f..bc0279ccef16d42bb88d 100755 --- a/bin/git_sha1_gen.py +++ b/bin/git_sha1_gen.py @@