summaryrefslogtreecommitdiff
path: root/doc/bugs/copy_fast_confusing_with_broken_locationlog.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
* fix broken linksGravatar Joey Hess2011-11-08
|
* add a message in potenatially confusing copy --fast failure situationGravatar Joey Hess2011-05-16
|
* mehGravatar Joey Hess2011-05-15
|
* move conversation to a real bug reportGravatar Joey Hess2011-05-15