Commit Graph

5 Commits (63b1a4e6ca0de322d5bbfc97c5cc3728661793d1)

Author SHA1 Message Date
Jon Dowland 204e733d79 good work, thank you! 2009-10-05 15:17:11 +01:00
Joey Hess ffa73790b5 Fix a bug that could lead to duplicate links being recorded for tags.
Here I was bitten by perl's aliasing of foreach variables
to the loop array contents, and match_link accidentially changed
the contents of %links.

In Jon's testcase, a tag added an absolute link, which was
made relative by the above bug, and then the link was added
again in preprocess, and turned into a duplicate.
2009-10-03 14:16:28 -04:00
http://jmtd.livejournal.com/ c1ca46a785 response 2009-10-02 17:23:37 -04:00
Joey Hess 10ef209136 followup 2009-10-02 15:02:02 -04:00
http://jmtd.livejournal.com/ b9b4bb5cb9 weird tag/brokenlinks bug 2009-10-02 14:20:35 -04:00