rustic icon indicating copy to clipboard operation
rustic copied to clipboard

Should not look for `.git` or `.git/info/exclude` if `git-ignore = false`

Open tfar opened this issue 5 months ago • 1 comments

I have set git-ignore = false in my config. Yet strace shows tons of the following commands when running a backup:

[pid 2301286] stat("/1/5/e/e/0/.git", 0x7f49ced334a0) = -1 ENOENT (No such file or directory)
[pid 2301286] stat("/1/5/e/e/0/.git/info/exclude", 0x7f49ced331c0) = -1 ENOENT (No such file or directory)

tfar avatar Sep 26 '24 08:09 tfar