Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid backtraces on expected failures when built with ghc 8; only use ↵ | 2016-11-15 | |
| | | | | | | | | | | | | | backtraces for unexpected errors. ghc 8 added backtraces on uncaught errors. This is great, but git-annex was using error in many places for a error message targeted at the user, in some known problem case. A backtrace only confuses such a message, so omit it. Notably, commands like git annex drop that failed due to eg, numcopies, used to use error, so had a backtrace. This commit was sponsored by Ethan Aubin. | ||
* | addidential debugging | 2015-08-03 | |
| | |||
* | analysis; forwarded | 2015-08-03 | |
| | |||
* | update my email address and homepage url | 2015-01-21 | |
| | |||
* | one more warning | 2014-12-29 | |
| | |||
* | fixed all remaining build warnings on Windows | 2014-12-29 | |
| | |||
* | fix OSX build warning | 2014-12-29 | |
| | |||
* | relicense general utility library code to BSD | 2014-05-10 | |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | annex.startupscan can be set to false to disable the assistant's startup scan. | 2014-03-05 | |
| | |||
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | 2014-01-29 | |
| | | | | Opened a bug about this: https://github.com/jystic/unix-compat/issues/10 | ||
* | assistant: Fix OSX-specific bug that caused the startup scan to try to ↵ | 2013-12-18 | |
| | | | | follow symlinks to other directories, and add their contents to the annex. | ||
* | reorg | 2013-12-04 | |
| | |||
* | let's put type modules under the parent module, not in a Types directory | 2013-03-10 | |