SVN's log has a "-v" mode that outputs filenames of files changed in each commit, like so: SVN的日誌具備「 -v」模式,該模式輸出每次提交中更改的文件的文件名,以下所示: git
jes5199$ svn log -v ------------------------------------------------------------------------ r1 | jes5199 | 2007-01-03 14:39:41 -0800 (Wed, 03 Jan 2007) | 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? 有沒有一種快速的方法來獲取git中每次提交中已更改文件的列表? svn