Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: Why isn't hook file cloned to bared repository ?

From: Bryan Donlan <hidden>
Date: 2016-06-15 22:46:19

On Wed, Mar 4, 2009 at 12:40 AM, Emily Ren [off-list ref] wrote:
Hi,

I added file "update" in my git repository my_repo/.git/hooks/,  then
I run command "git clone --bare my_repo" to generate a bared
repository my_repo.git. But there's no update in my_repo.git/hooks.

Do you know why ?
Because allowing code from an untrusted third-party repository to be
executed automatically without giving a chance to examine it is not a
very good idea from a security standpoint. In addition, hooks are
often not of interest to the person cloning the repository. Because of
these reasons, git clone will not copy hooks from the source
repository (for consistency, this is the case even when the source is
local).
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help