summaryrefslogtreecommitdiff
path: root/Command/Import.hs
Commit message (Expand)AuthorAge
* import --reinject-duplicatesGravatar Joey Hess2017-02-09
* Make import --deduplicate and --skip-duplicates only hash once, not twiceGravatar Joey Hess2017-02-09
* import: Changed how --deduplicate, --skip-duplicates, and --clean-duplicates ...Gravatar Joey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* annex.largefiles can be configured in .gitattributes tooGravatar Joey Hess2016-02-02
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add, import: Support --json output.Gravatar Joey Hess2016-01-19
* addurl, importfeed: Changed to honor annex.largefiles settings, when the cont...Gravatar Joey Hess2015-12-02
* import: Changed to honor annex.largefiles settings.Gravatar Joey Hess2015-12-02
* work around git check-ignore --batch bad exit status bug, and bring back impo...Gravatar Joey Hess2015-11-06
* import -J fails at the end, disable util it can be fixedGravatar Joey Hess2015-11-05
* import: Avoid very ugly error messages when the directory files are imported ...Gravatar Joey Hess2015-11-05
* -J for add/addurl/importGravatar Joey Hess2015-11-05
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* rename constructorGravatar Joey Hess2015-10-09
* verify local copy of content with lockingGravatar Joey Hess2015-10-09
* improve drop proof codeGravatar Joey Hess2015-10-09
* support invalidating existing VerifiedCopysGravatar Joey Hess2015-10-08
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* convert ImportGravatar Joey Hess2015-07-13
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ...Gravatar Joey Hess2015-06-03
* import: Refuse to import files that are within the work tree, as that does no...Gravatar Joey Hess2015-05-11
* improve messagesGravatar Joey Hess2015-04-30
* import: Before removing a duplicate file in --deduplicate or --clean-duplicat...Gravatar Joey Hess2015-04-30
* import: Don't stop entire import when one file fails due to being gitignored ...Gravatar Joey Hess2015-04-29
* import: Check for gitignored files before moving them into the tree. (Needs g...Gravatar Joey Hess2015-04-29
* Steer towards deduplicationGravatar Jean Jordaan2015-04-03
* import: --deduplicate and --cleanduplicates now output the keys corresponding...Gravatar Joey Hess2015-03-31
* better option handlingGravatar Joey Hess2015-02-08
* import: Avoid checksumming file twice when run in the default or --duplicate ...Gravatar Joey Hess2015-02-08
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* hlintGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* better handling of overwriting an existing file/directory/broken link when im...Gravatar Joey Hess2013-12-09
* import: Add --skip-duplicates option.Gravatar Joey Hess2013-12-04
* implement import --deduplicate and import --clean-duplicatesGravatar Joey Hess2013-08-20
* implement import --duplicateGravatar Joey Hess2013-08-11
* Support import in direct mode.Gravatar Joey Hess2013-07-22
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11