This commit is contained in:
eph@6377f195575d4a04abc70f20e0b00dffcc597d00 2022-09-15 11:55:56 +00:00 committed by admin
parent 0cba1debda
commit 485e713a34

View file

@ -0,0 +1,7 @@
Say I have a git annex repository with one regular remote. The status of both remotes is clean.
If I run `git annex sync` in the main remote, it will not create any commits.
However, running sync alternatively in both remotes will keep creating regular and merge commits.
I wonder if it would be possible to avoid this behavior.