summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnlotDRSLW2JVXY3SLSwhrcHteqUHhTtoY <Pter@web>2013-09-10 14:24:18 +0000
committerGravatar admin <admin@branchable.com>2013-09-10 14:24:18 +0000
commit33d5d287d113c6234a2db850d03b7017d0aa012f (patch)
tree3b6c962c9bf4dcbcb87497cc239a450a3837df89
parent92f1b273df2f3a34a6a6a61d5c7a020a4539a64f (diff)
-rw-r--r--doc/forum/manual_update_of_.git__47__annex__47__objects.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/forum/manual_update_of_.git__47__annex__47__objects.txt b/doc/forum/manual_update_of_.git__47__annex__47__objects.txt
index 5d67516a6..9de5779c1 100644
--- a/doc/forum/manual_update_of_.git__47__annex__47__objects.txt
+++ b/doc/forum/manual_update_of_.git__47__annex__47__objects.txt
@@ -1 +1,8 @@
-Let's suppose that I've manually modified files in .git/annex/objects, for example I ran an rsync or some other file synchronization software to copy files. As a result, some objects have disappeared, others have appeared. After that `git annex whereis .' displays stale information, it doesn't take the manual modifications to accound. `git annex fsck' seems to fix this, but it runs the rehashing of all new files, so it's slow. Is there a fast alternative, which notices all the file changes, trusts them, and just updates .git/annex/index?
+Let's suppose that I've manually modified files in .git/annex/objects,
+for example I ran an rsync or some other file synchronization software
+to copy files. As a result, some objects have disappeared, others have
+appeared. After that `git annex whereis .' displays stale information,
+it doesn't take the manual modifications to accound. `git annex fsck'
+seems to fix this, but it runs the rehashing of all new files, so it's
+slow. Is there a fast alternative, which notices all the object file
+changes, trusts them, and just updates .git/annex/index quickly?