SVN's log has a "-v" mode that outputs filenames of files changed in each commit, like so:
chandr1$ svn log -v
-------------------------------------------------------
r1 | chandr1 | 2019-07-10 14:39:41 -0800 (Wed, 10 Jul 2019) | 1 line
Changed paths:
A /AUTHORS
A /COPYING
A /ChangeLog
A /EVOLUTION
A /INSTALL
A /MacOSX
Is there a quick way to get a list of changed files in each commit in git?