File: Idly_syncing_back_and_forth_creates_commits.mdwn

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
file content (7 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
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.