From e218ea9ddaeb7d6b77343d1692c0494a1c446521 Mon Sep 17 00:00:00 2001 From: TroisSinges Date: Wed, 27 Nov 2013 12:06:05 +0000 Subject: [PATCH] Moved from /forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit/ --- doc/bugs/direct_mode_sync_should_avoid_git_commit.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/direct_mode_sync_should_avoid_git_commit.mdwn diff --git a/doc/bugs/direct_mode_sync_should_avoid_git_commit.mdwn b/doc/bugs/direct_mode_sync_should_avoid_git_commit.mdwn new file mode 100644 index 0000000000..96f9730bd6 --- /dev/null +++ b/doc/bugs/direct_mode_sync_should_avoid_git_commit.mdwn @@ -0,0 +1,5 @@ +Per forum post linking to this bug, git commit can be very slow when run in a filesystem without symlink support, and seems to be reading the content of files just in order to show typechanged messages in the status. + +So, git annex sync should stop using git commit when in direct mode, and instead manually make its own commit. Git.Branch.commit and Git.Branch.update should be able to easily be used for this. + +PS: this page were created elsewhere, and therefore not listed in bugs page