Re: git whatchanged --i-still-use-it
From: Antoine Cousson <hidden>
Date: 2026-03-03 19:59:59
Attachments
- signature.asc [application/pgp-signature] 949 bytes
From: Antoine Cousson <hidden>
Date: 2026-03-03 19:59:59
Have a nice evening regards Antoine Envoyé avec un e-mail sécurisé Proton Mail. Le mardi 3 mars 2026 à 8:56 PM, Antoine Cousson [off-list ref] a écrit :
quoted
Then perhaps you would like "git log --stat" even better? Insteadof meaningless pair of hexadecimal object names, you'd get a sense of the size of damage each commit causes to the codebase.
I have tested "git log --stat" and I really liked the display, thanks for the tips I agree that i was not looking at the hexadecimal but more to the names of the file, the visual representation og the changes and the numbers are great !
quoted
Yes, on Git v2.51.1, Git 2.52 or higher.
I am on v2.43.0 I will update thanks
Le mardi 3 mars 2026 à 7:17 PM, Kristoffer Haugsbakk [off-list ref] a écrit :
quoted
On Tue, Mar 3, 2026, at 19:03, Junio C Hamano wrote:quoted
[snip] The command is going away. You could $ git config alias.whatchanged "log --raw --no-merges" if you really prefer the ugly hexadecimal gibberish, though.Yes, on Git v2.51.1, Git 2.52 or higher.