Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2022-09-15 10:24:18 -04:00
commit 056754ca92
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 0 deletions

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.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="Lukey"
avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
subject="comment 4"
date="2022-09-14T15:09:20Z"
content="""
ZFS doesn't support reflinks. XFS does.
"""]]