mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 18:17:54 +00:00
racy-git: TODO to use improved diffing
This commit is contained in:
parent
ef206124de
commit
810cabb9df
@ -728,6 +728,7 @@ static int truncate_racily_clean(git_index *index)
|
|||||||
if (!is_racy_timestamp(ts, entry))
|
if (!is_racy_timestamp(ts, entry))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
/* TODO: use the (non-fnmatching) filelist iterator */
|
||||||
diff_opts.pathspec.count = 1;
|
diff_opts.pathspec.count = 1;
|
||||||
diff_opts.pathspec.strings = (char **) &entry->path;
|
diff_opts.pathspec.strings = (char **) &entry->path;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user