summaryrefslogtreecommitdiff
path: root/Command/Import.hs
Commit message (Expand)AuthorAge
* 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
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* whitespace fixesGravatar Joey Hess2012-12-13
* import: New subcommand, pulls files from a directory outside the annex and ad...Gravatar Joey Hess2012-05-31