Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove old closed bugs and todo items to speed up wiki updates and reduce size | Joey Hess | 2016-04-19 |
| | | | | | | | | | Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --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=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done | ||
* | Added a comment: analysis | http://joeyh.name/ | 2014-03-06 |
| | |||
* | Added a comment | http://grossmeier.net/ | 2014-03-06 |
| | |||
* | Added a comment | http://joeyh.name/ | 2014-03-05 |
| | |||
* | Added a comment | http://grossmeier.net/ | 2014-03-05 |
| | |||
* | Added a comment | http://grossmeier.net/ | 2014-03-05 |
| | |||
* | Added a comment | http://joeyh.name/ | 2014-02-20 |
| | |||
* | Added a comment | http://grossmeier.net/ | 2014-02-20 |
| | |||
* | Added a comment: Could I get a "version", brethren? | http://joeyh.name/ | 2014-02-20 |
| | |||
* | Added a comment: indirect vs direct | http://grossmeier.net/ | 2014-02-20 |