git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: "Received" misspelled in remote message
@ 2023-11-15 18:46 Alan Dove
  2023-11-15 19:26 ` Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alan Dove @ 2023-11-15 18:46 UTC (permalink / raw)
  To: git

Hello:

Using Git 2.40.1 on a private server, I see this message whenever I
push a commit:

"remote: Recieved update on checked-out branch, queueing deployment."

"Received" is misspelled. 

I realize this is a very minor issue, but it should also be very easy
to correct. As someone who suffers from Proofreader's Eye, this error
deals psychic damage to me on a daily basis.

Thanks.

-- 
 --Alan

Alan Dove, Ph.D.
alandove.com
917.273.0544



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: "Received" misspelled in remote message
  2023-11-15 18:46 Bug: "Received" misspelled in remote message Alan Dove
@ 2023-11-15 19:26 ` Eric Wong
  2023-11-15 19:45 ` Konstantin Ryabitsev
  2023-11-16  3:10 ` Junio C Hamano
  2 siblings, 0 replies; 5+ messages in thread
From: Eric Wong @ 2023-11-15 19:26 UTC (permalink / raw)
  To: Alan Dove; +Cc: git

Alan Dove <alan.dove@gmail.com> wrote:
> Hello:
> 
> Using Git 2.40.1 on a private server, I see this message whenever I
> push a commit:
> 
> "remote: Recieved update on checked-out branch, queueing deployment."

Hi Alan, that's likely from a hook on the server itself.
Those phrases aren't a part of git at all.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: "Received" misspelled in remote message
  2023-11-15 18:46 Bug: "Received" misspelled in remote message Alan Dove
  2023-11-15 19:26 ` Eric Wong
@ 2023-11-15 19:45 ` Konstantin Ryabitsev
  2023-11-16  3:10 ` Junio C Hamano
  2 siblings, 0 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2023-11-15 19:45 UTC (permalink / raw)
  To: Alan Dove; +Cc: git

On Wed, Nov 15, 2023 at 01:46:10PM -0500, Alan Dove wrote:
> Hello:
> 
> Using Git 2.40.1 on a private server, I see this message whenever I
> push a commit:
> 
> "remote: Recieved update on checked-out branch, queueing deployment."
> 
> "Received" is misspelled. 
> 
> I realize this is a very minor issue, but it should also be very easy
> to correct. As someone who suffers from Proofreader's Eye, this error
> deals psychic damage to me on a daily basis.

It's most likely coming from some CI/CD hook deployed on the server where
you're pushing, so you should reach out to your IT to have the spelling fixed.

In other words, the message is not coming from any software that is managed by
the git project itself (at least, nothing matches "recieved" in the git
repository tree).

Best regards,
-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: "Received" misspelled in remote message
  2023-11-15 18:46 Bug: "Received" misspelled in remote message Alan Dove
  2023-11-15 19:26 ` Eric Wong
  2023-11-15 19:45 ` Konstantin Ryabitsev
@ 2023-11-16  3:10 ` Junio C Hamano
  2023-11-16  3:42   ` Junio C Hamano
  2 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2023-11-16  3:10 UTC (permalink / raw)
  To: Alan Dove; +Cc: git

Alan Dove <alan.dove@gmail.com> writes:

> Hello:
>
> Using Git 2.40.1 on a private server, I see this message whenever I
> push a commit:
>
> "remote: Recieved update on checked-out branch, queueing deployment."
>
> "Received" is misspelled. 

I think it is coming from the "push-to-checkout" hook that is
installed on your "private server", and not from what we ship as
part of our software offering.

We are not going to include spelling correction software to massage
the output from end-user installed hooks, so it is unlikely the
typo will be fixed by us.

> I realize this is a very minor issue, but it should also be very easy
> to correct. As someone who suffers from Proofreader's Eye, this error
> deals psychic damage to me on a daily basis.

Sounds like something a world-class science writer may say ;-).

Thanks for reporting.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: "Received" misspelled in remote message
  2023-11-16  3:10 ` Junio C Hamano
@ 2023-11-16  3:42   ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2023-11-16  3:42 UTC (permalink / raw)
  To: git; +Cc: Alan Dove

Junio C Hamano <gitster@pobox.com> writes:

>> "remote: Recieved update on checked-out branch, queueing deployment."
>>
>> "Received" is misspelled. 
>
> I think it is coming from the "push-to-checkout" hook that is
> installed on your "private server", and not from what we ship as
> part of our software offering.

Googling for the misspelled message seems to indicate that it is
coming from cpanel (whatever it is).  A randomly picked example is
https://essgeelabs.com/posts/cpanel-git-1/ which is a recipe that
does not involve typing the typoed message by the end-user, so
somebody (most likely cPanel) must be shipping with a hook with
typo.

Another user of cPanel reports this

https://forums.cpanel.net/threads/git-automatic-deployment-not-working-but-manual-deployment-is.679837/

where they observe post-receive hook with the typo.

Anybody with contact there at cpanel.net may want to report the bug.

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-16  3:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 18:46 Bug: "Received" misspelled in remote message Alan Dove
2023-11-15 19:26 ` Eric Wong
2023-11-15 19:45 ` Konstantin Ryabitsev
2023-11-16  3:10 ` Junio C Hamano
2023-11-16  3:42   ` Junio C Hamano

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