| Commit message (Expand) | Author | Age |
* | add unlocked flag for git-annex-shell recvkey | Joey Hess | 2015-12-26 |
* | other 80% of avoding verification when hard linking to objects in shared repo | Joey Hess | 2015-10-02 |
* | Do verification of checksums of annex objects downloaded from remotes. | Joey Hess | 2015-10-01 |
* | rename fsckKey to verifyKeyContent | Joey Hess | 2015-10-01 |
* | Improve shutdown due to --time-limit, especially for fsck | Joey Hess | 2015-07-31 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | fix "storeKey when already present" test for git-annex-shell transfers | Joey Hess | 2014-08-04 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | reorg | Joey Hess | 2014-01-26 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | fix transferring to gcrypt repo from direct mode repo | Joey Hess | 2013-10-01 |
* | hlint | Joey Hess | 2013-09-25 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | git-annex-shell: Ensure that received files can be read. Files transferred fr... | Joey Hess | 2013-05-06 |
* | minor refactoring | Joey Hess | 2013-03-30 |
* | let's use words and unwords rather than split and intercalate " " | Joey Hess | 2013-03-30 |
* | Make git-annex-shell call the command with its (safe) options. | guilhem | 2013-03-30 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | safe recv-key in direct mode | Joey Hess | 2013-01-11 |
* | typo | Joey Hess | 2012-09-19 |
* | recvkey is not an upload, so ignore the progress callback | Joey Hess | 2012-09-19 |
* | add a progress callback to storeKey, and threaded it all the way through | Joey Hess | 2012-09-19 |
* | renamed RsyncFile -> Rsync | Joey Hess | 2012-09-19 |
* | more descriptive name for oneshot | Joey Hess | 2012-09-15 |
* | keep logs of failed transfers, and requeue them when doing a non-full scan | Joey Hess | 2012-08-23 |
* | record transfers for git-annex-shell | Joey Hess | 2012-07-02 |
* | set oneshot mode on a per-command basis | Joey Hess | 2012-02-14 |
* | Avoid repeated location log commits when a remote is receiving files. | Joey Hess | 2012-01-28 |
* | 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 |
* | rename | Joey Hess | 2011-07-05 |
* | add whenM and unlessM | Joey Hess | 2011-05-17 |
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
* | fixed dropkey, setkey, and git-annex-shell subcommands | Joey Hess | 2011-03-15 |
* | first pass at using new keys | Joey Hess | 2011-03-15 |
* | shutdown no longer a special case | Joey Hess | 2011-01-29 |
* | got rid of Core module | Joey Hess | 2011-01-16 |
* | git-annex-shell now exclusively used for all remote access | Joey Hess | 2010-12-31 |