From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1F2A720248; Fri, 5 Apr 2019 20:07:09 +0000 (UTC) Date: Fri, 5 Apr 2019 20:07:08 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: RFE: default hooks for git repositories Message-ID: <20190405200708.zfzhbapaf4xsn4mb@dcvr> References: <20190306170302.GA21727@chatter.qube.local> <20190307024241.lhlf65uqsbjywfv3@dcvr> <20190308230116.7lnfrcns4lscxrir@whir> <20190318231152.3wetgoicjw7vyf7w@dcvr> <20190401154100.GA3701@chatter.qube.local> <20190401180403.o4zgowgyh3qq23iz@dcvr> <20190405174329.GA21472@chatter.qube.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190405174329.GA21472@chatter.qube.local> List-Id: Konstantin Ryabitsev wrote: > So, I just realized that, at least when mail is delivered via > public-inbox-mda, none of the hooks are ever triggered. I've tried with > post-update, post-receive, post-commit, pre-commit, etc. Am I doing > something wrong, or is this because the operation is being done on a low > enough level that the hooks aren't triggered as they would with a regular > git operation? Hmm... Perhaps git-fast-import does not call hooks? That might need to be brought up with the git list. (only online for a few minutes, gotta run out again)