release.sh: check for local changes while in the git root directory
commitda83d8044d02314ebf6a8802eb4796964dc9e7eb
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 11 Nov 2016 15:45:24 +0000 (11 15:45 +0000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Nov 2016 06:50:29 +0000 (18 16:50 +1000)
tree6178dc5c3331c7f595586aaace58b5a7f49d86f2
parent130380020287fafe196e1307c15170a87c1c3c8d
release.sh: check for local changes while in the git root directory

Current approach relies that the builddir will be nested within the git
root directory. While this is true [currently] it's not a wise thing to
do.

We want to check if there are any changes whist we're in the git (root)
directory.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
release.sh