mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-29 08:34:46 +00:00
This plugs in the three basic similarity strategies for handling whitespace via internal use of the pluggable API. In so doing, I realized that the use of git_buf in the hashsig API was not needed and actually just made it harder to use, so I tweaked that API as well. Note that the similarity metric is still not hooked up in the find_similarity code - this is just setting out the function that will be used. |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| copy.c | ||
| dirent.c | ||
| env.c | ||
| errors.c | ||
| filebuf.c | ||
| hex.c | ||
| mkdir.c | ||
| oid.c | ||
| opts.c | ||
| path.c | ||
| pool.c | ||
| rmdir.c | ||
| stat.c | ||
| string.c | ||
| strmap.c | ||
| strtol.c | ||
| vector.c | ||