Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stop using MissingH for MD5 | Joey Hess | 2017-05-15 |
| | | | | | | | | | | Cryptonite is faster and allocates less, and I want to get rid of MissingH use. Note that the new dependency on memory is free; it's a dependency of cryptonite. This commit was supported by the NSF-funded DataLad project. | ||
* | Always use filesystem encoding for all file and handle reads and writes. | Joey Hess | 2016-12-24 |
| | | | | | This is a big scary change. I have convinced myself it should be safe. I hope! | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | sync: Fix bug in direct mode that caused a file not checked into git to be ↵ | Joey Hess | 2014-03-03 |
deleted when merging with a remote that added a file by the same name. (Thanks, jkt) |