* Subject: Git console output told me to email you about "git whatchanged" so I am.
@ 2025-10-08 19:28 Nick Giampietro
2025-10-08 19:31 ` Kristoffer Haugsbakk
0 siblings, 1 reply; 2+ messages in thread
From: Nick Giampietro @ 2025-10-08 19:28 UTC (permalink / raw)
To: git
This is not a spammy message I promise. I'm trying to do what you requested.
I use git whatchanged regularly, please do not remove it.
...Nick Giampietro
...Sr. Software Engineer
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Subject: Git console output told me to email you about "git whatchanged" so I am.
2025-10-08 19:28 Subject: Git console output told me to email you about "git whatchanged" so I am Nick Giampietro
@ 2025-10-08 19:31 ` Kristoffer Haugsbakk
0 siblings, 0 replies; 2+ messages in thread
From: Kristoffer Haugsbakk @ 2025-10-08 19:31 UTC (permalink / raw)
To: Nick Giampietro, git
On Wed, Oct 8, 2025, at 21:28, Nick Giampietro wrote:
> I use git whatchanged regularly, please do not remove it.
This command is being removed because git-log(1) supplanted it over 12
years ago. Both commands use the same machinery, just with different
defaults.
You can replace it with `git log`:
• Given: `git whatchanged <opts>`
• Replace with: `git log <opts> --no-merges --raw`
Additionally for the sake of readability, you might have more
use for `--stat` or `--name-only` rather than `--raw` if you are only
reading the output (not feeding the output to another program).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-08 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 19:28 Subject: Git console output told me to email you about "git whatchanged" so I am Nick Giampietro
2025-10-08 19:31 ` Kristoffer Haugsbakk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox