]> git.proxmox.com Git - libgit2.git/commit
tree: Fix name lookups once and for all
authorVicent Marti <tanoku@gmail.com>
Thu, 20 Oct 2011 00:35:19 +0000 (02:35 +0200)
committerVicent Marti <tanoku@gmail.com>
Thu, 20 Oct 2011 00:40:14 +0000 (02:40 +0200)
commit28c1451a7c863cb89d598c03d53c4e73497e4c83
tree777ef2eab3783bd1c314e2fb789e82b8dc7c98ce
parent8cf2de078def3820a3a3208496ba705df28aad15
tree: Fix name lookups once and for all

Double-pass binary search. Jeez.
include/git2/tree.h
src/tree.c