author | Elijah Newren <newren@gmail.com> | |
Thu, 26 Aug 2010 06:21:46 +0000 (00:21 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Aug 2010 16:53:35 +0000 (09:53 -0700) | ||
commit | b6b987a09457e9c8d49aad9170df32b1f607c5b9 | |
tree | c746f157d14f1d10612de5845eca6bc8970949d0 | tree | snapshot |
parent | d599e0484f8ebac8cc50e9557a4c3d246826843d | commit | diff |
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_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 | diff | blob | history |