Git annex assistant commited a downloaded file still named XXXXX.crdownload which was created by chrome before saving the file with a correct name.
Is it possible to tell assistant to only auto-commit files which were not changed for 5 minutes?
Git annex assistant commited a downloaded file still named XXXXX.crdownload which was created by chrome before saving the file with a correct name.
Is it possible to tell assistant to only auto-commit files which were not changed for 5 minutes?
I don't use the assistant, but you should be able to add the following line to your
.gitignore
file:Yes, the
annex.delayadd
git configuration can be used to do this. It is a number of seconds for the assistant to delay before adding a newly created file.