question about concurrent writing to the git-annex branch by multiple git-annex commands

This commit is contained in:
Ilya_Shlyakhter 2019-05-06 17:05:50 +00:00 committed by admin
parent 947503cc6d
commit 590acf2b0d

View file

@ -0,0 +1 @@
When running multiple git-annex commands in parallel on different [[worktrees|tips/Using_git-worktree_with_annex]] linked to the same repo, they all may be writing to the git-annex branch. Could this potentially lead to errors/undefined behaviors, or is git-annex designed with this usage in mind?