Code

match_tree_entry(): a pathspec only matches at directory boundaries
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2009 02:34:03 +0000 (19:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2009 02:35:31 +0000 (19:35 -0700)
Previously the code did a simple prefix match, which means that a path in
a directory "frotz/" would have matched with pathspec "f".

Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found