* [PATCH] pre-push.sample: Make the script executable
@ 2013-06-11 12:14 Wieland Hoffmann
2013-06-11 18:32 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Wieland Hoffmann @ 2013-06-11 12:14 UTC (permalink / raw)
To: git; +Cc: Aaron Schrab
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pre-push.sample: Make the script executable
2013-06-11 12:14 [PATCH] pre-push.sample: Make the script executable Wieland Hoffmann
@ 2013-06-11 18:32 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-06-11 18:32 UTC (permalink / raw)
To: Wieland Hoffmann; +Cc: git, Aaron Schrab
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-11 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 12:14 [PATCH] pre-push.sample: Make the script executable Wieland Hoffmann
2013-06-11 18:32 ` Junio C Hamano
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).