From 019a0ec802384edb71fabbee67e318961780d02e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 18 Sep 2014 18:27:37 +0000 Subject: [PATCH] Added a comment --- ...comment_1_12a797cba753168dfde9e6339c00f481._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Move_unsynced_file_in_direct_mode/comment_1_12a797cba753168dfde9e6339c00f481._comment diff --git a/doc/forum/Move_unsynced_file_in_direct_mode/comment_1_12a797cba753168dfde9e6339c00f481._comment b/doc/forum/Move_unsynced_file_in_direct_mode/comment_1_12a797cba753168dfde9e6339c00f481._comment new file mode 100644 index 0000000000..73a164da26 --- /dev/null +++ b/doc/forum/Move_unsynced_file_in_direct_mode/comment_1_12a797cba753168dfde9e6339c00f481._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 1" + date="2014-09-18T18:27:37Z" + content=""" +Well, you can run `git annex assistant` or `git annex watch` and it will automatically notice the moved file and commit it. I think this is what you were trying to do when you set annex.autocommit to true (which is the default so accomplished nothing). + +But your example does show a bug: `git annex add` should add the dangling symlink to git in direct mode, as it already does in indirect mode. Fixed in [[!commit 44e7d6e1fe6e13091adbd572f66412e3601df3c5]]. +"""]]