git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wieland Hoffmann <themineo@gmail.com>
To: git@vger.kernel.org
Cc: Aaron Schrab <aaron@schrab.com>
Subject: [PATCH] pre-push.sample: Make the script executable
Date: Tue, 11 Jun 2013 14:14:56 +0200	[thread overview]
Message-ID: <1370952896-27315-1-git-send-email-themineo@gmail.com> (raw)

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

Signed-off-by: Wieland Hoffmann <themineo@gmail.com>
---
 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

             reply	other threads:[~2013-06-11 12:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11 12:14 Wieland Hoffmann [this message]
2013-06-11 18:32 ` [PATCH] pre-push.sample: Make the script executable Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370952896-27315-1-git-send-email-themineo@gmail.com \
    --to=themineo@gmail.com \
    --cc=aaron@schrab.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).