X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a8f63f70a72d3c11397614f7960fd39685ce8b9a..3b34c7718e74b79167c426a52b52f78bcc5ef600:/hooks/pre-commit diff --git a/hooks/pre-commit b/hooks/pre-commit index 7c7655e5d..cb7bc82d5 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -3,7 +3,7 @@ ok = true if IO.popen(["git", "ls-files", "--unmerged"]).read.empty? - need_stash = !IO.popen(%w(git diff)).read.empty? + need_stash = !IO.popen(%w[git diff]).read.empty? system("git", "stash", "save", "--keep-index", "--quiet") if need_stash