summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar TroisSinges <TroisSinges@web>2013-11-26 21:59:29 +0000
committerGravatar admin <admin@branchable.com>2013-11-26 21:59:29 +0000
commit3991b5003c13fcbe5cded1152456f25715518b58 (patch)
treed2dab7848c4e03cf27e8123f47ef1dd728a24c93
parent8e0c0ecd11645215a990fa1f0e0811e8d24ea082 (diff)
typo
-rw-r--r--doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit.mdwn b/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit.mdwn
index 74e1d89c9..63c90a031 100644
--- a/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit.mdwn
+++ b/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository/bugs/direct_mode_sync_should_avoid_git_commit.mdwn
@@ -1,3 +1,3 @@
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 intead manually make its own commit. Git.Branch.commit and Git.Branch.update should be able to easily be used for this.
+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.