X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/80e5d439a08dc196923eaebe4e65f7edf6c83a50..f4e2bd9c142d16b99a893b755111090c3d01186f:/doc/bugs/Attachment_plug-in_not_committing_files.mdwn?ds=sidebyside

diff --git a/doc/bugs/Attachment_plug-in_not_committing_files.mdwn b/doc/bugs/Attachment_plug-in_not_committing_files.mdwn
index 05db1f86e..aaba13326 100644
--- a/doc/bugs/Attachment_plug-in_not_committing_files.mdwn
+++ b/doc/bugs/Attachment_plug-in_not_committing_files.mdwn
@@ -10,3 +10,9 @@ From this code it looks like $dest needs to be absolute and that a relative path
     push @attachments, $dest;
 
 I'm using ikiwiki version 3.20120202ubuntu1.
+
+> I don't think this affects git, just because it happens to 
+> allow adding with an absolute path.
+> 
+> So, this is an interesting way svn support can bit rot if nothing
+> is testing it! [[fixed|done]] --[[Joey]]