commit | e0965d83c533e8b6a51f1c6c1be12f5edee5ca65 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 06 10:03:17 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri May 06 10:03:17 2005 -0700 |
tree | c5ee2c11b8d4214dd6fde6388a12060e5d86b06c | |
parent | fcfda02bc7e3a9dacf63fa43df8eee530a471f96 [diff] |
diff-tree: support list if input trees on stdin 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.