docs icon indicating copy to clipboard operation
docs copied to clipboard

Replace 'git whatchanged' with 'git log --stat'

Open Bill-Sommerfeld opened this issue 6 months ago • 2 comments

The git whatchanged command is deprecated in git 2.51.0; recent git documentation suggests using git log --raw --no-merges instead.

I brought this up on IRC; rough consensus among advocates on IRC was that we should no longer require this for changes via Gerrit; additionally, several advocates suggested that git log --stat output was more useful than --raw.

Bill-Sommerfeld avatar Oct 08 '25 17:10 Bill-Sommerfeld

Top-level summary needs changing?

Updated.

Bill-Sommerfeld avatar Oct 10 '25 21:10 Bill-Sommerfeld

I actually meant on the PR summary not on the the commit but thanks for the commit message update. (I always get thrown off seeing the PR's title not match.

danmcd avatar Oct 10 '25 21:10 danmcd