summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-15 10:57:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-15 10:57:11 -0400
commit489cc236b7372e3d7dc6e650768addd2741e0161 (patch)
tree0403aa2766beab6a7b61cb7831e170987fdcdd8e
parent0fd1db7b5ae381b5dc661859ff4d801378a5838c (diff)
parente20a3280da00c953997bf5c2b1e865e0e0e85133 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/importfeed_does_not_work_with_youtube_anymore.mdwn1
-rw-r--r--doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment8
-rw-r--r--doc/todo/transfer_between_git-annexes/comment_2_2a494355a114a3df7ff0b35aa12ed10d._comment13
3 files changed, 14 insertions, 8 deletions
diff --git a/doc/forum/importfeed_does_not_work_with_youtube_anymore.mdwn b/doc/forum/importfeed_does_not_work_with_youtube_anymore.mdwn
new file mode 100644
index 000000000..9d81b7eff
--- /dev/null
+++ b/doc/forum/importfeed_does_not_work_with_youtube_anymore.mdwn
@@ -0,0 +1 @@
+Did youtube change their api? My youtube feeds doesn't work anymore. No problems with other sites.
diff --git a/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment b/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment
deleted file mode 100644
index c1fbbb05e..000000000
--- a/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa8"
- nickname="04448cae"
- subject="GPG Key"
- date="2015-07-12T03:23:07Z"
- content="""
-According to https://git-annex.branchable.com/install/verifying_downloads/ we should expect GPG key, C910D9222512E3C7 Joey Hess <id@joeyh.name> for this Windows installer file, but git-annex-installer.exe returns \"Signed on 2015-07-10 14:56 by id@joeyh.name (Key ID: 0x89C809CB). The validity of the signature cannot be verified.\" That key is on the keyserver http://pgp.surfnet.nl:11371/pks/lookup?op=vindex&fingerprint=on&search=0x89C809CB but doesn't match the verify page. Is this file legit, or the page in need of update? Thanks!
-"""]]
diff --git a/doc/todo/transfer_between_git-annexes/comment_2_2a494355a114a3df7ff0b35aa12ed10d._comment b/doc/todo/transfer_between_git-annexes/comment_2_2a494355a114a3df7ff0b35aa12ed10d._comment
new file mode 100644
index 000000000..e81266a7d
--- /dev/null
+++ b/doc/todo/transfer_between_git-annexes/comment_2_2a494355a114a3df7ff0b35aa12ed10d._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="CandyAngel"
+ subject="comment 2"
+ date="2015-07-15T10:20:55Z"
+ content="""
+Been thinking about this as I am getting close to needing it, but would like some advice.
+
+My current plan is to copy the symlink to the target annex, add it to the index (fix it?), copy the source file from $source/.git/annex/objects to $target/.git/annex/tmp, then use 'reinject $target/.git/annex/tmp/$keyed_file $path_to_symlink'.
+
+As far as I can tell, this is safest way (uses mostly git-annex) to transfer a file between annexes. However, when transferring a directory of files, this will end up with 1 commit per file on the git-annex branch, which may be a problem.
+
+Is there any easy way to make this \"atomic\", so that git-annex will only get a commit if everything went okay and if not, revert any changes to $target? Am I looking at 'git stash', recording the master/git-annex references before the move and resetting to them in case of an error or rebasing(fixup) git-annex on success?
+"""]]