]> git.ipfire.org Git - thirdparty/git.git/commit - object.h
Fix git-diff-tree --stdin
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Sep 2008 19:22:35 +0000 (12:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Sep 2008 22:00:17 +0000 (15:00 -0700)
commit628b06d7d75588bbe37dfb7ecac19d2694884d66
tree5e00e36d09459c129c7a667810834a11b50c0244
parentb281eea75f0ab68e3c9510323c73b78cd3e62814
Fix git-diff-tree --stdin

140b378 (Teach git diff-tree --stdin to diff trees, 2008-08-10) broke the
more important case of reading series of commits to filter ones that touch
given pathspecs.

Noticed by Mark Levedahl, running "gitk ec3a4ba" and trying to focus on
commits that touch "t/" directory.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-diff-tree.c
object.h