summaryrefslogtreecommitdiff
path: root/Command/Add.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Joey Hess2018-02-19
* more lambda-case conversionJoey Hess2017-12-05
* Avoid repeated checking that files passed on the command line exist.Joey Hess2017-10-16
* git annex add -u now supported, analagous to git add -uJoey Hess2017-04-07
* add: Stage modified non-large files when running in indirect mode.Joey Hess2016-12-05
* Removed dependency on json library; all JSON is now handled by aeson.Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputJoey Hess2016-07-26
* add: Adding a v6 pointer file used to annex it; now the pointer file is added...Joey Hess2016-05-16
* annex.addunlockedJoey Hess2016-02-16
* annex.addsmallfiles: New option controlling what is done when adding files no...Joey Hess2016-01-28
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* whereis --batchJoey Hess2016-01-20
* add --batchJoey Hess2016-01-19
* add, import: Support --json output.Joey Hess2016-01-19
* avoid confusing git with a modified ctime in clean filterJoey Hess2016-01-07
* finish v6 support for assistantJoey Hess2015-12-22
* refactoringJoey Hess2015-12-22
* fix add of file that was locked but has been replaced by a new, unlocked file...Joey Hess2015-12-16
* add: In v6 mode, acts on modified files.Joey Hess2015-12-15
* rename stuff for v5 unlocked files to indicate it's oldJoey Hess2015-12-15
* add: no need to make pass for old unlocked files in v6Joey Hess2015-12-15
* move InodeSentinal from direct mode code to its own moduleJoey Hess2015-12-09
* addurl, importfeed: Changed to honor annex.largefiles settings, when the cont...Joey Hess2015-12-02
* import: Changed to honor annex.largefiles settings.Joey Hess2015-12-02
* add: Fix error recovery rollback to not move the injested file content out of...Joey Hess2015-11-06
* -J for add/addurl/importJoey Hess2015-11-05
* finished converting all the main optionsJoey Hess2015-07-10
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* add: Stage symlinks the same as git add would, even if they are not a link to...Joey Hess2015-07-07
* Improve behavior when a git-annex command is told to operate on a file that d...Joey Hess2015-04-30
* wordingJoey Hess2015-04-08
* add: If annex.largefiles is set and does not match a file that's being added,...Joey Hess2015-04-08
* The file matching options are now only accepted by commands that can actually...Joey Hess2015-02-06
* Repository tuning parameters can now be passed when initializing a repository...Joey Hess2015-01-27
* update my email address and homepage urlJoey Hess2015-01-21
* on second thought, InodeCache should use getFileSizeJoey Hess2015-01-20
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* hlintJoey Hess2014-10-09
* fix some mixed space+tab indentationJoey Hess2014-10-09
* add: In direct mode, adding an annex symlink will check it into git, as was a...Joey Hess2014-09-18
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* finish fixing windows timezone madnessJoey Hess2014-06-12
* fix for Windows file timestamp timezone madnessJoey Hess2014-06-12
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* add --include-dotfiles: New option, perhaps useful for backups.Joey Hess2014-03-26
* add: display exception when lockdown fails (for RichiH)Joey Hess2014-03-19
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Joey Hess2014-02-26
* fix all remaining -Wall warnings on WindowsJoey Hess2014-02-25
* Preserve metadata when staging a new version of an annexed file.Joey Hess2014-02-24