commit | 7d2f667b12334cea68087eb7da717efd7b3d80f6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Mar 21 09:51:47 2007 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Mar 22 00:29:49 2007 -0700 |
tree | 9543882f6c44a3a93e9ea30404b94daa85c98be5 | |
parent | 4651ece8540a90a42af355e995847fb89192cc81 [diff] |
Teach tree_entry_interesting() that the tree entries are sorted. When we are looking at a tree entry with pathspecs, if all the pathspecs sort strictly earlier than the entry we are currently looking at, there is no way later entries in the same tree would match our pathspecs, because the entries are sorted. Signed-off-by: Junio C Hamano <junkio@cox.net>