git_diff_progress_cb

Diff progress callback.

Called before each file comparison.

extern (C) nothrow @nogc
alias git_diff_progress_cb = int function
(,
const(char)* old_path
,
const(char)* new_path
,
void* payload
)

Return Value

Non-zero to abort the diff.

Meta