mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 05:38:36 +00:00
Clarify docs
This commit is contained in:
parent
7fb4147f1f
commit
a7c83aec21
@ -577,9 +577,9 @@ typedef struct {
|
|||||||
unsigned int version;
|
unsigned int version;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Combination of git_diff_find_t values (default FIND_BY_CONFIG). Note
|
* Combination of git_diff_find_t values (default FIND_BY_CONFIG).
|
||||||
* that if the configuration value is falsy, this will result in
|
* Note that if you don't explicitly set this, `diff.renames` could be set
|
||||||
* `git_diff_find_similar` doing nothing.
|
* to false, resulting in `git_diff_find_similar` doing nothing.
|
||||||
*/
|
*/
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user