Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |