public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* How to localize "git push"?
@ 2025-11-26  7:50 Peter Krefting
  2025-11-27 23:05 ` brian m. carlson
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Krefting @ 2025-11-26  7:50 UTC (permalink / raw)
  To: git

Hi!

Re: https://fosstodon.org/@McPringle/115611195011002487

The message shown when running "git push" without any changes queued is 
always shown in English, whereas the corresponding message in "git pull" 
is properly localized.

I looked at the sources, and the string "Everything up-to-date\n" is 
included in both builtin/send-pack.c and transport.c, with both 
instances annotated with a comment "stable plumbing output; do not 
modify or localize".

How do we fix that? Having the message show in English from "git push" 
is confusing. What is the corresponding plumbing command that needs to 
have it machine-readable, so that we can fork that to fix "git push"?

-- 
\\// Peter - http://www.softwolves.pp.se/

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

end of thread, other threads:[~2025-11-27 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26  7:50 How to localize "git push"? Peter Krefting
2025-11-27 23:05 ` brian m. carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox