summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/v6_repo_can_not_restore_files_with_executable_permission.mdwn1
-rw-r--r--doc/bugs/v6_repo_can_not_restore_files_with_executable_permission/comment_2_3670842c476af9b48ef37adab74a0a9d._comment19
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission.mdwn b/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission.mdwn
index 8dd618824..e089b1591 100644
--- a/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission.mdwn
+++ b/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission.mdwn
@@ -90,3 +90,4 @@ total 116
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+> [[fixed|done]]
diff --git a/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission/comment_2_3670842c476af9b48ef37adab74a0a9d._comment b/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission/comment_2_3670842c476af9b48ef37adab74a0a9d._comment
new file mode 100644
index 000000000..6676a4f6c
--- /dev/null
+++ b/doc/bugs/v6_repo_can_not_restore_files_with_executable_permission/comment_2_3670842c476af9b48ef37adab74a0a9d._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-04-14T16:59:40Z"
+ content="""
+I've fixed this bug. After upgrading to git-annex 6.20160414 or newer,
+if you have such files in your repository, you will need to force git-annex
+to update its list of unlocked files, by running:
+
+ git annex init --version=6
+
+You may also need to run `git annex fsck` on the files to properly populate
+them with their content. Do it after the above command.
+
+(There were also some bugs that lost the execute bit; fixed those too.)
+
+(The comment about windows is not about this bug at all, but an entirely
+different, and already fixed bug.)
+"""]]