idea
This commit is contained in:
parent
0ae2662f71
commit
1cf705d416
2 changed files with 17 additions and 0 deletions
|
@ -11,3 +11,6 @@ Use adb push, adb pull, and use adb shell for checkpresent and remove.
|
|||
Ought to implement [[import tree]] at the same time, so that changes made
|
||||
to files on the android device can be imported back into the git
|
||||
repository.
|
||||
|
||||
And, [[export preferred content]] would be a useful feature for
|
||||
excluding some files from a tree exported to android.
|
||||
|
|
14
doc/todo/export_preferred_content.mdwn
Normal file
14
doc/todo/export_preferred_content.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
`git annex export` normally exports all files in the specified tree,
|
||||
which is generally what the user wants.
|
||||
But, in some situations, the user may want to export a subset of files,
|
||||
in a way that can be well expressed by a preferred content expression.
|
||||
|
||||
For example, they may want to export .mp3 files but not the .wav
|
||||
files used to produce those.
|
||||
|
||||
Or, export podcasts, but not ones in a "old" directory that have already
|
||||
been listened to.
|
||||
|
||||
It seems doable to make `git annex export` honor whatever
|
||||
preferred content settings have been configured for the remote.
|
||||
(And `git annex sync --content` too.)
|
Loading…
Reference in a new issue