Question about git-annex fsck on bare repository

This commit is contained in:
Rémi 2016-06-12 12:54:27 +00:00 committed by admin
parent bfe90e6a8c
commit be3a92cc59

View file

@ -0,0 +1,5 @@
Hello,
I'm trying to wrote a cronjob to fsck my git-annex bare repository on a server. My problem is that there are a lot of keys with no known copies because they were file that weren't meant to stay. So I want to only check files that are live in HEAD of master. Is there anyway to tell `git-annex fsck` to only check file that are used in some refs?
Thanks.