mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-27 01:36:38 +00:00
The implementation of the hashsig API disallows computing a signature on small files containing only a few lines. This new flag disables this behavior. git_diff_find_similar() sets this flag by default which means that rename / copy detection of small files will now work. This in turn affects the behavior of the git_status and git_blame APIs which will now detect rename of small files assuming the right options are passed. |
||
|---|---|---|
| .. | ||
| binary.c | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| drivers.c | ||
| format_email.c | ||
| index.c | ||
| iterator.c | ||
| notify.c | ||
| patch.c | ||
| pathspec.c | ||
| rename.c | ||
| stats.c | ||
| submodules.c | ||
| tree.c | ||
| workdir.c | ||