Git Mailing List Archive mirror
 help / color / mirror / Atom feed
From: Brooke Kuhlmann <brooke@alchemists.io>
To: git@vger.kernel.org
Subject: Git 2.45.1 - What is the right way to clone with global hooks disabled?
Date: Wed, 15 May 2024 09:53:26 -0600	[thread overview]
Message-ID: <FAFA34CB-9732-4A0A-87FB-BDB272E6AEE8@alchemists.io> (raw)

Hello. 👋

With the release of Git 2.45.1, I can no longer do this when cloning trusted repositories (my own) for build and deployment purposes:

git clone --config core.hooksPath=/dev/null https://github.com/bkuhlmann/infusible

I have automation in place where I want my global Git Hooks to be ignored when cloning like this. The solution is to do this:

GIT_CLONE_PROTECTION_ACTIVE=false git clone --config core.hooksPath=/dev/null https://github.com/bkuhlmann/infusible

...but is there a better, more secure, way to clone a repository while ignoring any global Git Hooks from firing without a lot of effort?

Thanks.

             reply	other threads:[~2024-05-15 15:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15 15:53 Brooke Kuhlmann [this message]
2024-05-15 22:25 ` Git 2.45.1 - What is the right way to clone with global hooks disabled? brian m. carlson
2024-05-16 14:59   ` Junio C Hamano
2024-05-16 12:13 ` Johannes Schindelin
2024-05-16 13:05   ` Brooke Kuhlmann
2024-05-16 14:56   ` Junio C Hamano
2024-05-17 13:08     ` Johannes Schindelin

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=FAFA34CB-9732-4A0A-87FB-BDB272E6AEE8@alchemists.io \
    --to=brooke@alchemists.io \
    --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 read-only IMAP folder(s) and NNTP newsgroup(s).