When using git difftool --dir-diff I would like the modification dates to match to original files / repo

112 Views Asked by At

When I use git difftool --dir-diff the files are copied to temporary folders and in my diff tool the dates are the time the files were copied.

I'd like the files to have the dates from the working folder / repo.

Is it possible and if so how?

Using Windows 10 and cmd.exe but would consider alternatives to cmd.exe if that makes it possible.

0

There are 0 best solutions below