This commit is contained in:
TroisSinges 2013-11-27 12:10:49 +00:00 committed by admin
parent 01cbfd1983
commit 6bde526e7a

View file

@ -1,3 +1 @@
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.
See [[/bugs/direct_mode_sync_should_avoid_git_commit/]] instead.