From: "Shawn O. Pearce" <spearce@spearce.org>
To: Ammon Riley <ammon.riley@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add a post-tag hook
Date: Fri, 17 Apr 2009 15:19:44 -0700 [thread overview]
Message-ID: <20090417221944.GS23604@spearce.org> (raw)
In-Reply-To: <cd3664ac0904171515u1e2fce41ubd34f60ec43fcafd@mail.gmail.com>
Ammon Riley <ammon.riley@gmail.com> wrote:
> Add a post-tag hook, to allow notifications when a tag is created.
> The hook is given the name of the newly created tag.
Why would you want to send notifications upon creating a tag in
your local repository?
Usually a tag is only interesting when it has been sent to a shared
public repository, which is by git push, and thus is caught by a
git receive-pack hook like post-update or post-receive.
> +HOOKS
> +-----
> +This command can run the `post-tag` hook. See linkgit:githooks[5]
> +for more information.
...
> +post-tag
> +--------
> +
> +This hook is invoked by 'git-tag'. It takes one parameter, the name
> +of the tag, and is invoked after a tag is made.
> +
> +This hook is meant primarily for notification, and cannot affect
> +the outcome of 'git-tag'.
--
Shawn.
next prev parent reply other threads:[~2009-04-17 22:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-17 22:15 [PATCH] Add a post-tag hook Ammon Riley
2009-04-17 22:19 ` Shawn O. Pearce [this message]
2009-04-17 22:28 ` Ammon Riley
2009-04-24 16:41 ` Pat Notz
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=20090417221944.GS23604@spearce.org \
--to=spearce@spearce.org \
--cc=ammon.riley@gmail.com \
--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).