git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nick Hengeveld <nickh@reactrix.com>
To: "Bertrand Jacquin (Beber)" <beber@guybrush.melee>
Cc: git@vger.kernel.org
Subject: Re: git-http-push and hooks
Date: Mon, 6 Feb 2006 15:22:31 -0800	[thread overview]
Message-ID: <20060206232231.GK3873@reactrix.com> (raw)
In-Reply-To: <20060206205203.GA20973@guybrush.melee>

On Mon, Feb 06, 2006 at 09:52:03PM +0100, Bertrand Jacquin (Beber) wrote:

> Why aren't excute hooks/* (with +x perms) when I do a git-http-push ?
> Also if i push with cg-push on the same repo but with git+ssh
> protocol, hooks are execute.

Hooks must run on the destination server when you're doing a push.  If
you use the git+ssh protocol, that server is running a git daemon that
knows how to execute hooks; if you use the http/DAV protocol, that
server does not.

-- 
For a successful technology, reality must take precedence over public
relations, for nature cannot be fooled.

  reply	other threads:[~2006-02-06 23:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-06 20:52 git-http-push and hooks Bertrand Jacquin (Beber)
2006-02-06 23:22 ` Nick Hengeveld [this message]
2006-02-07 19:54   ` Fredrik Kuivinen
2006-02-07 20:23     ` Nick Hengeveld
2006-02-07 20:57       ` Fredrik Kuivinen
2006-02-07 21:02         ` Bertrand Jacquin
2006-02-07 23:41           ` Junio C Hamano
2006-02-07 21:17       ` Junio C Hamano
2006-02-07 22:45         ` Nick Hengeveld
2006-02-07 23:26           ` Junio C Hamano
2006-02-07 23:48             ` Nick Hengeveld
2006-02-07 20:51     ` Bertrand Jacquin

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=20060206232231.GK3873@reactrix.com \
    --to=nickh@reactrix.com \
    --cc=beber@guybrush.melee \
    --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).