Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
git_log [2019/03/07 14:17] – [Reachability] rpjdaygit_log [2019/03/13 14:52] (current) – [diff-filter] rpjday
Line 46: Line 46:
 $ git log next ^master $ git log next ^master
 $ git log master..next $ git log master..next
 +$ git log next..topic
 </code> </code>
  
Line 57: Line 58:
  
 it will take a while as Git does //not// store per-file changes with the file. it will take a while as Git does //not// store per-file changes with the file.
 +
 +===== diff-filter =====
 +
 +Show only commits that deleted files:
 +
 +<code>
 +$ git log --diff-filter=D --summary
 +</code>
  • git_log.1551968234.txt.gz
  • Last modified: 2019/03/07 14:17
  • by rpjday