author | Clemens Buchacher <drizzd@aon.at> | |
Wed, 14 Jan 2009 14:54:34 +0000 (15:54 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 15 Jan 2009 03:18:37 +0000 (19:18 -0800) | ||
commit | 1c7c1d179e51f163c014353f33b406f5bae13922 | |
tree | dd9f3a5fe4b313d5ec92e580cec7b8953f3ffbde | tree | snapshot |
parent | 8dca683346fcd17684eb6646c486461cae38241e | commit | diff |
clean up pathspec matching
If pathspec already matched exactly, it cannot match any more.
Originally, we had to continue anyways, because we did not
differentiate between exact, recursive and globbing matches.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If pathspec already matched exactly, it cannot match any more.
Originally, we had to continue anyways, because we did not
differentiate between exact, recursive and globbing matches.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c | diff | blob | history |