summaryrefslogtreecommitdiff
path: root/doc/bugs/DS__95__Store_not_gitignored.mdwn
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2014-05-29
| | | | | | | | Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
* assistant: Ignore .DS_Store on OSX.Gravatar Joey Hess2013-01-28
|
* (no commit message)Gravatar http://edheil.wordpress.com/2013-01-25