added suggestion about keeping the git-annex branch permanently checked out

This commit is contained in:
Ilya_Shlyakhter 2018-11-14 16:42:41 +00:00 committed by admin
parent f8b3a1595e
commit 827d9c3135

View file

@ -0,0 +1 @@
Currently, the git-annex branch is not checked out, but is accessed as needed with commands like git-cat. Could git-annex work faster if it kept the git-annex branch checked out? Especially if one could designate a fast location (like a ramdisk) for keeping the checked-out copy. Maybe git-worktree could be used to tie the separate checkout to the repository.