summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-28 17:14:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-28 17:14:31 -0400
commit768fa2a267208fabcdc1ff8fc8b533782d1ee9cc (patch)
tree6480108bf6786391206154bd08c4262a748e6b15 /doc
parent39163cb024b49a0214c104d4fe21b778bbd63eaa (diff)
close
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/unannex_and_uninit_do_not_work_when_git_index_is_broken.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/unannex_and_uninit_do_not_work_when_git_index_is_broken.mdwn b/doc/bugs/unannex_and_uninit_do_not_work_when_git_index_is_broken.mdwn
index 509e12aeb..c31205ede 100644
--- a/doc/bugs/unannex_and_uninit_do_not_work_when_git_index_is_broken.mdwn
+++ b/doc/bugs/unannex_and_uninit_do_not_work_when_git_index_is_broken.mdwn
@@ -12,3 +12,6 @@ git's index broke and I was unable to restore it. While this is not git-annex' p
%
Ttbomk, the softlinks and objects are enough to un-annex the files; side-stepping git's index if necessary.
+
+> `git annex repair` can now repair broken index files and other
+> git repository corruption. [[done]] --[[Joey]]