Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove old closed bugs and todo items to speed up wiki updates and reduce size | Joey Hess | 2014-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 | ||
* | update | Joey Hess | 2011-06-22 |
| | |||
* | updates for bare repo support | Joey Hess | 2011-03-03 |
| | |||
* | git-annex-shell makes this more tractable | Joey Hess | 2010-12-31 |
| | |||
* | drop incomplete bare repo support | Joey Hess | 2010-10-25 |
Added a bug about it. Now git annex move --from works fully |