git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* GIT bug: "amend param is not available to pre-commit hook"
@ 2020-03-18 14:42 Andrea Wyss
  0 siblings, 0 replies; only message in thread
From: Andrea Wyss @ 2020-03-18 14:42 UTC (permalink / raw)
  To: git

Issue
amend param is not available to pre-commit hook.

Problem
Cannot write a pre-commit hook that stops amending a commit that is
present in other branches.

Steps to Reproduce (git version 2.21.1 on macOS 10.15.3)
1. In the pre-commit hook:
   echo "DEBUG 0='$0' 1='$1'"

2. run:
   git commit --amend

Result
   DEBUG 0='.git/hooks/pre-commit' 1=''

Expected Result
   DEBUG 0='.git/hooks/pre-commit' 1='--amend'

Please, let me know if you need other information.
I'm looking forward for a fix or workaround.

Thank you,

Andrea Wyss
Sr Frontend Architect
www.lastline.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-18 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 14:42 GIT bug: "amend param is not available to pre-commit hook" Andrea Wyss

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).