summaryrefslogtreecommitdiff
path: root/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
commit0dfc1d4e6eb37aadaba47a210539b2438fba97f5 (patch)
treee0beee12909c581f06829060a93a72d6686ca730 /doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
parentbd2a9fb40ef0bbe812e8ea375a5caabd6e628ef2 (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
Diffstat (limited to 'doc/todo/add_magicmime_support_to_OSX_dmg.mdwn')
-rw-r--r--doc/todo/add_magicmime_support_to_OSX_dmg.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn b/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
deleted file mode 100644
index ef69869ba..000000000
--- a/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-The OSX .dmg is built without the MagicMime build flag. Turning it on will
-take some work to ship a copy of the magic database inside the dmg.
-
-> [[done]]
---[[Joey]]