public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* Proposal: Add tip to use git update-git-for-windows when running git help or git version on Windows
@ 2025-05-20 19:31 Aditya Garg
  2025-05-21 14:22 ` [PATCH] help: inform about 'git update-git-for-windows' " Aditya Garg
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Garg @ 2025-05-20 19:31 UTC (permalink / raw)
  To: git@vger.kernel.org

I've recently started exploring git for windows, and one thing I noticed was, there was no sign of updates! I googled a bit and found the git update-git-for-windows command. I think it would be nice if we could add a line like:

"Tip: Run `git update-git-for-windows` to update git"

At the last of the output when we run git help, git version or both.

Looking at the code, adding a compiler flag to check for windows in help.c and print it seems to be a possible solution.

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

end of thread, other threads:[~2025-05-22  3:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 19:31 Proposal: Add tip to use git update-git-for-windows when running git help or git version on Windows Aditya Garg
2025-05-21 14:22 ` [PATCH] help: inform about 'git update-git-for-windows' " Aditya Garg
2025-05-21 21:57   ` brian m. carlson
2025-05-21 22:23     ` Junio C Hamano
2025-05-21 23:00       ` brian m. carlson
2025-05-22  3:18         ` Aditya Garg

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