Document pre-condition for tree_entry_interesting
commitb6b987a09457e9c8d49aad9170df32b1f607c5b9
authorElijah Newren <newren@gmail.com>
Thu, 26 Aug 2010 06:21:46 +0000 (26 00:21 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Aug 2010 16:53:35 +0000 (26 09:53 -0700)
treec746f157d14f1d10612de5845eca6bc8970949d0
parentd599e0484f8ebac8cc50e9557a4c3d246826843d
Document pre-condition for tree_entry_interesting

tree_entry_interesting will fail to find appropriate matches if the base
directory path is not terminated with a slash.  Knowing this earlier would
have saved me some debugging time.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tree-diff.c