Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | type alias cleanup | Joey Hess | 2011-12-31 |
| | |||
* | more partial function removal | Joey Hess | 2011-12-15 |
| | | | | | Left a few Prelude.head's in where it was checked not null and too hard to remove, etc. | ||
* | cleanup | Joey Hess | 2011-10-31 |
| | |||
* | clean up check selection code | Joey Hess | 2011-10-29 |
| | | | | | | | | | This new approach allows filtering out checks from the default set that are not appropriate for a command, rather than having to list every check that is appropriate. It also reduces some boilerplate. Haskell does not define Eq for functions, so I had to go a long way around with each check having a unique id. Meh. | ||
* | Fail if --from or --to is passed to commands that do not support them. | Joey Hess | 2011-10-27 |
| | |||
* | refactored and generalized pre-command sanity checking | Joey Hess | 2011-10-27 |
| | |||
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | go go gadget hlint | Joey Hess | 2011-09-20 |
| | |||
* | remove command type definitions | Joey Hess | 2011-09-15 |
| | | | | | | | These were a mistake, they make the type signatures harder to read and less flexible. The CommandSeek, CommandStart, CommandPerform, and CommandCleanup types were a good idea, but composing them with the parameters expected is going too far. | ||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | factor out RemoteLog | Joey Hess | 2011-07-05 |
| | |||
* | improve bare repo handing | Joey Hess | 2011-06-22 |
| | | | | | Many more commands can work in bare repos now, thanks to the git-annex branch. | ||
* | store trust.log and remote.log in the git-annex branch | Joey Hess | 2011-06-22 |
| | | | | .. and I think that's everything that will use the branch | ||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | improve error message when no remote name is specified | Joey Hess | 2011-05-28 |
| | | | | list available remotes in case user wanted to use or change one of them | ||
* | support remote config values with spaces and other characters | Joey Hess | 2011-05-16 |
| | |||
* | better multiword parameter handling | Joey Hess | 2011-05-16 |
| | | | | | This way, individual words as entered on the command line are available to commands. | ||
* | simplified a bunch of Maybe handling | Joey Hess | 2011-05-15 |
| | |||
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
| | |||
* | RemoteConfig type | Joey Hess | 2011-04-15 |
| | |||
* | initremote works | Joey Hess | 2011-03-29 |
| | |||
* | clean up remote.log handling | Joey Hess | 2011-03-29 |
| | |||
* | started on initremote | Joey Hess | 2011-03-28 |