| Commit message (Expand) | Author | Age |
* | Make all --batch input, as well as fromkey and registerurl stdin be processed... | Joey Hess | 2016-12-13 |
* | didn't mean to commit this change yet | Joey Hess | 2016-12-08 |
* | comment | Joey Hess | 2016-12-08 |
* | minor style | Joey Hess | 2016-12-05 |
* | git-annex fromkey now takes multiple pairs of keys and filenames | Daniel Brooks | 2016-12-05 |
* | Avoid backtraces on expected failures when built with ghc 8; only use backtra... | Joey Hess | 2016-11-15 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | fromkey, registerurl: Improve handling of urls that happen to also be parsabl... | Joey Hess | 2015-05-30 |
* | fromkey, registerurl: Allow urls to be specified instead of keys, and generat... | Joey Hess | 2015-05-22 |
* | fromkey, registerurl: When reading from stdin, allow the filename and url, re... | Joey Hess | 2015-04-07 |
* | registerurl: New plumbing command for mass-adding urls to keys. | Joey Hess | 2015-03-15 |
* | fromkey: Add stdin mode. | Joey Hess | 2015-03-15 |
* | fromkey --force: Skip test that the key has its content in the annex. | Joey Hess | 2015-03-15 |
* | Repository tuning parameters can now be passed when initializing a repository... | Joey Hess | 2015-01-27 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | Use lower case hash directories for storing files on crippled filesystems, sa... | Joey Hess | 2013-04-04 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | convert notBareRepo to a CommandCheck | Joey Hess | 2012-12-29 |
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
* | add routes to pause/start/cancel transfers | Joey Hess | 2012-08-08 |
* | extend Git.Queue to be able to queue more than simple git commands | Joey Hess | 2012-06-07 |
* | lint | Joey Hess | 2011-11-11 |
* | The fromkey command now takes the key as its first parameter. The --key optio... | Joey Hess | 2011-10-31 |
* | refactoring and cleanup | Joey Hess | 2011-10-30 |
* | clean up check selection code | Joey Hess | 2011-10-29 |
* | 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 |
* | rename | Joey Hess | 2011-10-05 |
* | rename | Joey Hess | 2011-10-04 |
* | factor out common imports | Joey Hess | 2011-10-03 |
* | remove command type definitions | Joey Hess | 2011-09-15 |
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
* | unannex: Clean up use of git commit -a. | Joey Hess | 2011-07-14 |
* | remove unused backend machinery | Joey Hess | 2011-07-05 |
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
* | Periodically flush git command queue, to avoid boating memory usage too much. | Joey Hess | 2011-04-07 |
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
* | first pass at using new keys | Joey Hess | 2011-03-15 |
* | fix up commands that are trouble on bare repos | Joey Hess | 2011-03-03 |
* | use ShellParam type | Joey Hess | 2011-02-28 |