public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Kurt Milligan <kurt@surfmerchants•com>
To: Tim Harper <timcharper@gmail•com>
Cc: git@vger•kernel.org, kurt@surfmerchants•com
Subject: Re: commit hooks on merge
Date: Sat, 11 Jul 2009 07:56:36 -0400	[thread overview]
Message-ID: <4A587DF4.6090602@surfmerchants.com> (raw)
In-Reply-To: <e1a5e9a00907102211m43522a09l49093ae50ea16e2a@mail.gmail.com>

Tim -

Thanks for the reply!

For completeness, my reason for wanting this hook is to be able to run 
some automated tests on the code.
I understand why you wouldn't want to execute a pre-commit hook on a 
merge that is just a fast-forward, but if it's not a fast-forward, then 
code is changing and automated tests could potentially fail...but the 
pre-commit hook is not run, and there is no pre-merge hook.

I searched the mailing lists, and it appears folks have submitted 
patches for both of these problems, but either they never made it into 
the tree or got rejected...but in any case, it implies that I'm not the 
only one with this concern.

Anyway, thanks for your suggestion...I will try that route!

Thanks

-Kurt


Tim Harper wrote:
> Kurt
>
> I don't think there is a hook to prevent a merge from occurring.  I
> mean, you could probably rename git-merge, and then put a wrapper
> script in its place.  That script could call the hook for the current
> repository, if it exists and you could implement pre-merge.
>
> This is if you REALLY REALLY want to do it :)
>
> Tim
>
> On Thu, Jun 25, 2009 at 1:43 PM, Kurt Milligan<kurt@surfmerchants•com> wrote:
>   
>> Hi
>>
>> I asked this in #git, and did a quick Google search to no avail...
>>
>> According to the docs, merge does an auto-commit, but it seems that the
>> pre/post commit hooks are not run for this commit. Is that intentional? Is
>> there a way I can make them run for the merge commit? I see there is a
>> post-merge hook, but that doesn't really help me if I want to stop the
>> merge...
>>
>> Thanks in advance
>>
>> -Kurt
>> --
>> To unsubscribe from this list: send the line "unsubscribe git" in
>> the body of a message to majordomo@vger•kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>     

      reply	other threads:[~2009-07-11 11:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-25 19:43 commit hooks on merge Kurt Milligan
2009-07-11  5:11 ` Tim Harper
2009-07-11 11:56   ` Kurt Milligan [this message]

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=4A587DF4.6090602@surfmerchants.com \
    --to=kurt@surfmerchants$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=timcharper@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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