pre-push.sample: Make the script executable
commit3ea59412e83065b38b52cb8d7b8432e0f516de6c
authorWieland Hoffmann <themineo@gmail.com>
Tue, 11 Jun 2013 12:14:56 +0000 (11 14:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 18:22:00 +0000 (11 11:22 -0700)
tree61c84be7f48696b058c954150eae390c54ffefff
parentb1d04bfcf84cc3464d0bdf62b02443d0d55e3f2b
pre-push.sample: Make the script executable

githooks(5) says that "[...]the .sample files are executable by default"
which was not true.

Signed-off-by: Wieland Hoffmann <themineo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/hooks--pre-push.sample [changed mode: 0644->0755]