如何讓git log顯示像svn log -v這樣的文件名 - How to have git log show filenames like svn log -v

問題:

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


解決方案:

參考一: https://stackoom.com/question/5A04/如何讓git-log顯示像svn-log-v這樣的文件名
參考二: https://oldbug.net/q/5A04/How-to-have-git-log-show-filenames-like-svn-log-v
相關文章
相關標籤/搜索