| Commit message (Expand) | Author | Age |
* | annex.largefiles can be configured in .gitattributes too | Joey Hess | 2016-02-02 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | add, import: Support --json output. | Joey Hess | 2016-01-19 |
* | addurl, importfeed: Changed to honor annex.largefiles settings, when the cont... | Joey Hess | 2015-12-02 |
* | import: Changed to honor annex.largefiles settings. | Joey Hess | 2015-12-02 |
* | work around git check-ignore --batch bad exit status bug, and bring back impo... | Joey Hess | 2015-11-06 |
* | import -J fails at the end, disable util it can be fixed | Joey Hess | 2015-11-05 |
* | import: Avoid very ugly error messages when the directory files are imported ... | Joey Hess | 2015-11-05 |
* | -J for add/addurl/import | Joey Hess | 2015-11-05 |
* | fix local dropping to not require extra locking of copies, but only that the ... | Joey Hess | 2015-10-09 |
* | rename constructor | Joey Hess | 2015-10-09 |
* | verify local copy of content with locking | Joey Hess | 2015-10-09 |
* | improve drop proof code | Joey Hess | 2015-10-09 |
* | support invalidating existing VerifiedCopys | Joey Hess | 2015-10-08 |
* | add VerifiedCopy data type | Joey Hess | 2015-10-08 |
* | convert Import | Joey Hess | 2015-07-13 |
* | finished converting all the main options | Joey Hess | 2015-07-10 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | import --clean-duplicates: Fix bug that didn't count local or trusted repo's ... | Joey Hess | 2015-06-03 |
* | import: Refuse to import files that are within the work tree, as that does no... | Joey Hess | 2015-05-11 |
* | improve messages | Joey Hess | 2015-04-30 |
* | import: Before removing a duplicate file in --deduplicate or --clean-duplicat... | Joey Hess | 2015-04-30 |
* | import: Don't stop entire import when one file fails due to being gitignored ... | Joey Hess | 2015-04-29 |
* | import: Check for gitignored files before moving them into the tree. (Needs g... | Joey Hess | 2015-04-29 |
* | Steer towards deduplication | Jean Jordaan | 2015-04-03 |
* | import: --deduplicate and --cleanduplicates now output the keys corresponding... | Joey Hess | 2015-03-31 |
* | better option handling | Joey Hess | 2015-02-08 |
* | import: Avoid checksumming file twice when run in the default or --duplicate ... | Joey Hess | 2015-02-08 |
* | The file matching options are now only accepted by commands that can actually... | Joey Hess | 2015-02-06 |
* | 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 |
* | hlint | Joey Hess | 2014-10-09 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | Do not preserve permissions and acls when copying files from one local git re... | Joey Hess | 2014-08-26 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | reorganize some files and imports | Joey Hess | 2014-01-26 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | better handling of overwriting an existing file/directory/broken link when im... | Joey Hess | 2013-12-09 |
* | import: Add --skip-duplicates option. | Joey Hess | 2013-12-04 |
* | implement import --deduplicate and import --clean-duplicates | Joey Hess | 2013-08-20 |
* | implement import --duplicate | Joey Hess | 2013-08-11 |
* | Support import in direct mode. | Joey Hess | 2013-07-22 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | 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 |