git-remote-annex support exporttree=yes remotes
Put the annex objects in .git/annex/objects/ inside the export remote. This way, when importing from the remote, they will be filtered out. Note that, when importtree=yes, content identifiers are used, and this means that pushing to a remote updates the git-annex branch. Urk. Will need to try to prevent that later, but I already had a todo about that for other reasons. Untested! Sponsored-By: Brock Spratlen on Patreon
This commit is contained in:
parent
3f848564ac
commit
34eae54ff9
4 changed files with 151 additions and 47 deletions
|
@ -17,6 +17,7 @@ module Types.Difference (
|
|||
differenceConfigVal,
|
||||
hasDifference,
|
||||
listDifferences,
|
||||
mkDifferences,
|
||||
) where
|
||||
|
||||
import Utility.PartialPrelude
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue