summaryrefslogtreecommitdiff
path: root/doc/todo/automatic_bookkeeping_watch_command.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
* updateGravatar Joey Hess2013-02-18
|
* reordGravatar Joey Hess2012-05-26
|
* typo fixesGravatar https://launchpad.net/~ojwb2012-05-24
|
* add a todo itemGravatar Joey Hess2012-04-12