index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Command
/
Import.hs
Commit message (
Expand
)
Author
Age
*
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
*
whitespace fixes
Joey Hess
2012-12-13
*
import: New subcommand, pulls files from a directory outside the annex and ad...
Joey Hess
2012-05-31