Thread (4 messages) 4 messages, 3 authors, 2026-03-03

Re: git whatchanged --i-still-use-it

From: Junio C Hamano <hidden>
Date: 2026-03-03 18:03:54

Antoine Cousson [off-list ref] writes:
I would like to say that I still use `git whatchanged` I like the way we see the
modified files instead of just `git log`
Then perhaps you would like "git log --stat" even better?  Instead
of meaningless pair of hexadecimal object names, you'd get a sense
of the size of damage each commit causes to the codebase.

The command is going away.  You could

  $ git config alias.whatchanged "log --raw --no-merges"

if you really prefer the ugly hexadecimal gibberish, though.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help