On Wed, Mar 4, 2009 at 12:40 AM, Emily Ren <lingyan.ren@xxxxxxxxx> 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). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html