[PATCH] Move pathspec to the beginning of the diffcore chain.
commit6145ee8b361959db04b8cdefc883e4fc2dc27276
authorJunio C Hamano <junkio@cox.net>
Fri, 27 May 2005 22:56:17 +0000 (27 15:56 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 29 May 2005 18:17:43 +0000 (29 11:17 -0700)
treebeee0b115472b88e0bcb2fb46ef7df7208485c0d
parent15d061b435a7e3b6bead39df3889f4af78c4b00a
[PATCH] Move pathspec to the beginning of the diffcore chain.

This changes the way how pathspec is used in the three diff-*
brothers.  Earlier, they tried to grab as much information from
the original input and used pathspec to limit the output.  This
version uses pathspec upfront to narrow the world diffcore
operates in, so "git-diff-* <arguments> some-directory" does not
look at things outside the specified subtree when finding
rename/copy or running pickaxe.

Since diff-tree already takes this view and does not feed
anything outside the specified directotires to begin with, this
patch does not have to touch that command.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c
diff-files.c
diff-helper.c
t/t4007-rename-3.sh