diff options
-rw-r--r-- | doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn b/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn index 0db4d8d41..19780c7de 100644 --- a/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn +++ b/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn @@ -52,3 +52,9 @@ git-annex: repair: 1 failed # End of transcript or log. """]] + +> Thanks for reporting. As far as I can see, this was fixed +> accidentially, when I rewrote the packed refs file handling code to not +> re-write the file. It had been using a temp file, and renaming it, thus +> the problem. I checked the repair code and can find no other probems +> of this sort currently in it. [[done]] --[[Joey]] |