From: eph@6377f195575d4a04abc70f20e0b00dffcc597d00 Date: Thu, 15 Sep 2022 11:55:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~119^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=485e713a34bbf9a2ffc2f2b2ffedc016732dc6f0;p=git-annex.git --- diff --git a/doc/forum/Idly_syncing_back_and_forth_creates_commits.mdwn b/doc/forum/Idly_syncing_back_and_forth_creates_commits.mdwn new file mode 100644 index 0000000000..ee1c6a0102 --- /dev/null +++ b/doc/forum/Idly_syncing_back_and_forth_creates_commits.mdwn @@ -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.