summaryrefslogtreecommitdiff
path: root/doc/todo/New_special_remote_suggeston_-_clean_directory
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2016-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 commentGravatar http://joeyh.name/2013-12-16
|
* Added a comment: pseudocodeGravatar https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE2013-12-08
|
* Added a comment: Hook implementation?Gravatar gan2013-12-07
|
* Added a commentGravatar http://grossmeier.net/2013-12-05
|
* Added a commentGravatar http://joeyh.name/2013-12-05
|
* Added a commentGravatar http://joeyh.name/2013-12-05
|
* rename forum/New_special_remote_suggeston_-_clean_directory.mdwn to ↵Gravatar http://grossmeier.net/2013-11-29
todo/New_special_remote_suggeston_-_clean_directory.mdwn