[Mesa-dev] [PATCH 2/2] mesa: don't call git if it's not git repository

2011-05-05 Thread Marcin Slusarz
Reviewed-by: Dan Nicholson Reviewed-by: Ian Romanick --- bin/extract_git_sha1 |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 index 5e635d4..8283870 100755 --- a/bin/extract_git_sha1 +++ b/bin/extract_git_sha1 @@ -3,6 +3,10

Re: [Mesa-dev] [PATCH 2/2] mesa: don't call git if it's not git repository

2011-05-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/02/2011 11:07 AM, Marcin Slusarz wrote: > > --- > bin/extract_git_sha1 |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 > index 5e635d4..8283870 100755 > --- a/bin/ext

Re: [Mesa-dev] [PATCH 2/2] mesa: don't call git if it's not git repository

2011-05-02 Thread Dan Nicholson
On May 2, 2011 11:09 AM, "Marcin Slusarz" wrote: > > > --- > bin/extract_git_sha1 |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 > index 5e635d4..8283870 100755 > --- a/bin/extract_git_sha1 > +++ b/bin/extract_git_sha1

[Mesa-dev] [PATCH 2/2] mesa: don't call git if it's not git repository

2011-05-02 Thread Marcin Slusarz
--- bin/extract_git_sha1 |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 index 5e635d4..8283870 100755 --- a/bin/extract_git_sha1 +++ b/bin/extract_git_sha1 @@ -3,6 +3,10 @@ if [ ! -f src/mesa/main/git_sha1.h ]; then