tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()
commit74b4f7f27736f3e196a4eb3db41c68e37a6e2160
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 23 Jan 2014 13:22:05 +0000 (23 20:22 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2014 21:03:00 +0000 (23 13:03 -0800)
treeb2d5a0308b3d200eb5e869cc27a2b1f6ec321493
parent1649612a227eaa5af7cb0e2d059728c0148485d9
tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()

We do ignore trailing slash on a directory, so pathspec "abc/" matches
directory "abc". A submodule is also a directory. Apply the same logic
to it. This makes "git log submodule-path" and "git log submodule-path/"
produce the same output.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4010-diff-pathspec.sh
tree-walk.c