Re: [PATCH] pre-push.sample: Make the script executable

2013-06-11 Thread Junio C Hamano
I was reasonably sure that I've seen this patch before, and checked
to see everybody else in that directory has executable bit, but it
seems that I forgot to apply it.

Thanks.  Applied.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] pre-push.sample: Make the script executable

2013-06-11 Thread Wieland Hoffmann
githooks(5) says that "[...]the .sample files are executable by default"
which was not true.

Signed-off-by: Wieland Hoffmann 
---
 templates/hooks--pre-push.sample | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 templates/hooks--pre-push.sample

diff --git a/templates/hooks--pre-push.sample b/templates/hooks--pre-push.sample
old mode 100644
new mode 100755
-- 
1.8.3

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html