mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 07:52:16 +00:00
Introduce GIT_DIFF_FIND_BY_CONFIG
This commit is contained in:
parent
cf297c353f
commit
a6ebc2bdb3
@ -468,6 +468,9 @@ typedef int (*git_diff_line_cb)(
|
||||
* Flags to control the behavior of diff rename/copy detection.
|
||||
*/
|
||||
typedef enum {
|
||||
/** Obey `diff.renames`. This is overridden by any other GIT_DIFF_FIND_ALL flag. */
|
||||
GIT_DIFF_FIND_BY_CONFIG = 0,
|
||||
|
||||
/** Look for renames? (`--find-renames`) */
|
||||
GIT_DIFF_FIND_RENAMES = (1u << 0),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user