]> git.proxmox.com Git - libgit2.git/commit
Initial implementation of similarity scoring algo
authorRussell Belfer <rb@github.com>
Sat, 12 Jan 2013 06:13:02 +0000 (22:13 -0800)
committerRussell Belfer <rb@github.com>
Wed, 20 Feb 2013 23:09:40 +0000 (15:09 -0800)
commit9c454b007b57669e7baf2b8b69cf053f32a620a2
tree50e4e8a799f62469667d9140c043421cd3e1d73a
parentf2e1d06064696a07c917dbcce0dd04c1cbfe32e9
Initial implementation of similarity scoring algo

This adds a new `git_buf_text_hashsig` type and functions to
generate these hash signatures and compare them to give a
similarity score.  This can be plugged into diff similarity
scoring.
src/buf_text.c
src/buf_text.h
tests-clar/core/buffer.c