summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-07 16:17:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-07 16:17:46 -0400
commit4f13604c07aa197fd278f7c39631632297b62327 (patch)
tree0d26b5167a74f23880383a95a45bf236baccc5aa /doc/forum
parentcb54d37556bd22e53355a603a801d72dcf228960 (diff)
mention git-annex export
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/original_filename_on_s3/comment_3_0aea0eef336dd648013a9cf7789fc445._comment10
-rw-r--r--doc/forum/syncing_music_to_my_android_device/comment_2_e49c9e5da5c5d1db228b9b753bed53ff._comment18
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/forum/original_filename_on_s3/comment_3_0aea0eef336dd648013a9cf7789fc445._comment b/doc/forum/original_filename_on_s3/comment_3_0aea0eef336dd648013a9cf7789fc445._comment
new file mode 100644
index 000000000..1d7568730
--- /dev/null
+++ b/doc/forum/original_filename_on_s3/comment_3_0aea0eef336dd648013a9cf7789fc445._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2017-09-07T20:13:23Z"
+ content="""
+The new `git-annex export` feature allows you to export a tree
+to a special remote, with the origiginal filenames being visible there.
+
+S3 should support it soon.
+"""]]
diff --git a/doc/forum/syncing_music_to_my_android_device/comment_2_e49c9e5da5c5d1db228b9b753bed53ff._comment b/doc/forum/syncing_music_to_my_android_device/comment_2_e49c9e5da5c5d1db228b9b753bed53ff._comment
new file mode 100644
index 000000000..c14c9e923
--- /dev/null
+++ b/doc/forum/syncing_music_to_my_android_device/comment_2_e49c9e5da5c5d1db228b9b753bed53ff._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-09-07T20:15:10Z"
+ content="""
+The new `git annex export` command can be used for this. It exports the
+current tree of files to a special remote. If your Android device can be
+mounted to the filesystem, you can initremote a directory special remote on
+it, and then export to it.
+
+It would also be possible to make a special remote that uses `adb` or some
+other method to manipulate the files on the Android device, rather than
+going via the directory special remote.
+
+The main downside is, if you modify files on the Android device, or add new
+files, there's no way to commit the changes from there back to
+your git repository.
+"""]]