author | Junio C Hamano <junkio@cox.net> | |
Fri, 27 May 2005 22:51:52 +0000 (15:51 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 29 May 2005 18:17:43 +0000 (11:17 -0700) | ||
commit | 847941fdd962d71a724d72b9f90389bae835d2c0 | |
tree | 73a09846dfb0de4dbf14f38d5c8922eddc3c6f58 | tree | snapshot |
parent | 226406f693013ea3eadab258cb5fc9d8e83df916 | commit | diff |
[PATCH] Make pathspec only care about the detination tree.
Earlier it had a misguided attempt to include paths that matches
either source tree or destination tree after the rename/copy
detection. The new semantics will be that pathspec defines a
narrowed down world the diffcore operates in, so it should not
even look at where in the source tree the path came from.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Earlier it had a misguided attempt to include paths that matches
either source tree or destination tree after the rename/copy
detection. The new semantics will be that pathspec defines a
narrowed down world the diffcore operates in, so it should not
even look at where in the source tree the path came from.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diffcore-pathspec.c | diff | blob | history |