Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | uninit: Unset annex.version. Closes: #689852 | Joey Hess | 2012-10-07 |
| | |||
* | Fix use of several config settings | Joey Hess | 2012-05-05 |
| | | | | | | | annex.ssh-options, annex.rsync-options, annex.bup-split-options. And adjust types to avoid the bugs that broke several config settings recently. Now "annex." prefixing is enforced at the type level. | ||
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | use new getConfig | Joey Hess | 2012-03-22 |
| | |||
* | split out three modules from Git | Joey Hess | 2011-12-13 |
| | | | | | Constructors and configuration make sense in separate modules. A separate Git.Types is needed to avoid cycles. | ||
* | reorder repo parameters last | Joey Hess | 2011-11-08 |
| | | | | | | | | | | | | | Many functions took the repo as their first parameter. Changing it consistently to be the last parameter allows doing some useful things with currying, that reduce boilerplate. In particular, g <- gitRepo is almost never needed now, instead use inRepo to run an IO action in the repo, and fromRepo to get a value from the repo. This also provides more opportunities to use monadic and applicative combinators. | ||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |