response
This commit is contained in:
parent
61b7101949
commit
b9df632c2a
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2018-10-08T16:24:59Z"
|
||||
content="""
|
||||
@Ilya_Shlyakhter the way export tree remotes work is git-annex keeps track
|
||||
of the tree object that corresponds to the state of the remote, as well
|
||||
as the usual presense tracking information. It uses the presense tracking
|
||||
to know which files in the tree have reached the remote, and the tree to
|
||||
work out the path to a file on the remote.
|
||||
|
||||
So the only way to manipulate its tracking for those is to update the tree
|
||||
that it has recorded as exported there, as well as the presence information
|
||||
this command is about. [[internals]] has the details for the export.log.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue