author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 17:03:17 +0000 (10:03 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 17:03:17 +0000 (10:03 -0700) | ||
commit | e0965d83c533e8b6a51f1c6c1be12f5edee5ca65 | |
tree | c5ee2c11b8d4214dd6fde6388a12060e5d86b06c | tree | snapshot |
parent | fcfda02bc7e3a9dacf63fa43df8eee530a471f96 | commit | 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.
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.
diff-tree.c | diff | blob | history |