On Thu, Sep 5, 2013 at 7:43 PM, Ross Berteig <r...@cheshireeng.com> wrote:

> One way to do that (again, blue sky, from someone not intimate with the
> insides of fossil) would be to cache the memorable names in a table where
> they can be located by SQL just as the prefix of a hash is now.
>

FWIW: that part is simple. We have a central routine which resolves
"symbolic names" (including prefixes) to their full SHA1, and that would
just need to be extended to check another option. Easiest would be that it
just passes the user-provided data to the sqlite-bound word decoder
function and see if it returns a result.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to