summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 14:19:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 14:19:34 -0400
commit9c585954aeba1ead782ca7d91e4695270266e851 (patch)
tree528a0723815d2e069f0130f4b162669f1fcc97a5 /doc/bugs
parent7ffc39da51a2606166ba1ed0897145bb906439f5 (diff)
Fix bug in annex.largefiles mimetype= matching when git-annex is run in a subdirectory of the repository.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/largefiles_not_working_when_set_in_.gitattributes.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/largefiles_not_working_when_set_in_.gitattributes.mdwn b/doc/bugs/largefiles_not_working_when_set_in_.gitattributes.mdwn
index 9452cbff2..7eb1332a2 100644
--- a/doc/bugs/largefiles_not_working_when_set_in_.gitattributes.mdwn
+++ b/doc/bugs/largefiles_not_working_when_set_in_.gitattributes.mdwn
@@ -72,3 +72,6 @@ lrwxrwxrwx 1 vagrant vagrant 189 Apr 6 15:20 tempfile -> ../.git/annex/object
### 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)
+> Thanks for reporting. This was a dumb bug; it used the wrong path to the
+> file for mimetype=, which was relative to the top of the repository.
+> [[fixed|done]] --[[Joey]]