Select Git revision
diffcore-pathspec.c
-
Linus Torvalds authored
This fixes up usage of ".." (without an ending slash) and "." (with or without the ending slash) in the git diff family. It also fixes pathspec matching for the case of an empty pathspec, since a "." in the top-level directory (or enough ".." under subdirectories) will result in an empty pathspec. We used to not match it against anything, but it should in fact match everything. Signed-off-by:
Linus Torvalds <torvalds@osdl.org> Signed-off-by:
Junio C Hamano <junkio@cox.net>
Linus Torvalds authoredThis fixes up usage of ".." (without an ending slash) and "." (with or without the ending slash) in the git diff family. It also fixes pathspec matching for the case of an empty pathspec, since a "." in the top-level directory (or enough ".." under subdirectories) will result in an empty pathspec. We used to not match it against anything, but it should in fact match everything. Signed-off-by:
Linus Torvalds <torvalds@osdl.org> Signed-off-by:
Junio C Hamano <junkio@cox.net>