Skip to content
  • Linus Torvalds's avatar
    diff-tree: support list if input trees on stdin · e0965d83
    Linus Torvalds authored
    This means that you can do
    
    	git-rev-list HEAD --max-count=10 | git-diff-tree --stdin update-cache.c
    
    to see which (if any) of the last ten commits changed update-cache.c.
    
    Use the "-m" flag to see merges too. Normally they are suppressed.
    e0965d83