Re: Still use git whatchanged
From: Kristoffer Haugsbakk <hidden>
Date: 2025-08-25 06:40:19
From: Kristoffer Haugsbakk <hidden>
Date: 2025-08-25 06:40:19
On Mon, Aug 25, 2025, at 00:01, Monte Davidoff wrote:
I still use "git whatchanged". This is regarding the removal nomination message in git 2.51.0. Thanks, Monte
You can replace it with `git log`: • Given: `git whatchanged <opts>` • Replace with: `git log <opts> --no-merges --raw` ... with some caveats about timestamps? [1] 🔗 1: https://lore.kernel.org/git/877byxbtiw.fsf@gmail.com/ (local) -- Kristoffer Haugsbakk