Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
| | | | | Not yet used .. mindless train work. | ||
* | More commands work in direct mode repositories: find, whereis, move, copy, ↵ | Joey Hess | 2013-01-05 |
| | | | | | | | | drop, log. These started working, for free, once lookupFile supported direct mode. yay!! | ||
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
| | | | | | I left status working in direct mode, although it doesn't show correct stats for known annex keys. | ||
* | where indentation | Joey Hess | 2012-11-12 |
| | |||
* | more descriptive name for oneshot | Joey Hess | 2012-09-15 |
| | |||
* | hlint | Joey Hess | 2012-06-12 |
| | |||
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | hlint | Joey Hess | 2012-02-16 |
| | |||
* | whereis: Prints the urls of files that the web special remote knows about. | Joey Hess | 2012-02-14 |
| | |||
* | break module dependancy loop | Joey Hess | 2012-01-10 |
| | | | | A PITA but worth it to clean up the trust configuration code. | ||
* | type alias cleanup | Joey Hess | 2011-12-31 |
| | |||
* | better limiting of start actions to only run whenAnnexed | Joey Hess | 2011-11-10 |
| | | | | | Mostly only refactoring, but this does remove one redundant stat of the symlink by copy. | ||
* | 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 |
| | |||
* | 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 | ||
* | 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. | ||
* | clean up params in usage display | Joey Hess | 2011-09-15 |
| | |||
* | tweak | Joey Hess | 2011-09-14 |
| | |||
* | more newline fixes | Joey Hess | 2011-09-09 |
| | | | | | | | | | | Adds a missing newline when a longnote is followed by a endresult. Multiple longnotes in a row will now be separated by a blank line, which could be a bug or a feature depending on taste. Removed several places where newlines were explicitly displayed after longnotes. | ||
* | refactor | Joey Hess | 2011-09-06 |
| | |||
* | whereis: Show untrusted locations separately and do not include in location ↵ | Joey Hess | 2011-09-06 |
| | | | | count. | ||
* | add json formatted list of remotes | Joey Hess | 2011-09-01 |
| | | | | | Wherever a list of remotes is shown, --json now enables a json formatted list. | ||
* | unify elipsis handling | Joey Hess | 2011-07-19 |
| | | | | | And add a simple dots-based progress display, currently only used in v2 upgrade. | ||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | add web special remote | Joey Hess | 2011-07-01 |
| | | | | | Generalized LocationLog to PresenceLog, and use a presence log to record urls for the web special remote. | ||
* | fixed logFile | Joey Hess | 2011-06-22 |
| | |||
* | move LocationLog into Annex monad from IO | Joey Hess | 2011-06-22 |
| | | | | It will need to run in Annex so it can use Branch | ||
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
| | |||
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
| | | | | | There are two types of commands; those that access the repository and those that don't. Sorted. | ||
* | add copy count | Joey Hess | 2011-03-05 |
| | |||
* | whereis: New subcommand to show where a file's content has gotten to. | Joey Hess | 2011-03-05 |