Revision 156b29211ae4f8143f143fd6cce6e93b60c51f43 authored by Shawn O. Pearce on 26 January 2007, 03:38:59 UTC, committed by Shawn O. Pearce on 26 January 2007, 05:41:01 UTC
Anytime we are using lsearch we are doing [lsearch -sorted] and we
are applying it to file paths (or file path like things).  Its valid
for these to contain special glob characters, but when that happens
we do not want globbing to occur.  Instead we really need exact
match semantics.  Always supplying -exact to lsearch will ensure that
is the case.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 5f8b70b
History
File Mode Size
.gitignore -rw-r--r-- 36 bytes
GIT-VERSION-GEN -rwxr-xr-x 745 bytes
Makefile -rw-r--r-- 1.2 KB
TODO -rw-r--r-- 1.6 KB
git-gui.sh -rwxr-xr-x 109.5 KB

back to top