summaryrefslogtreecommitdiff
path: root/Command/Add.hs
Commit message (Expand)AuthorAge
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* git annex add -u now supported, analagous to git add -uGravatar Joey Hess2017-04-07
* add: Stage modified non-large files when running in indirect mode.Gravatar Joey Hess2016-12-05
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* add: Adding a v6 pointer file used to annex it; now the pointer file is added...Gravatar Joey Hess2016-05-16
* annex.addunlockedGravatar Joey Hess2016-02-16
* annex.addsmallfiles: New option controlling what is done when adding files no...Gravatar Joey Hess2016-01-28
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* whereis --batchGravatar Joey Hess2016-01-20
* add --batchGravatar Joey Hess2016-01-19
* add, import: Support --json output.Gravatar Joey Hess2016-01-19
* avoid confusing git with a modified ctime in clean filterGravatar Joey Hess2016-01-07
* finish v6 support for assistantGravatar Joey Hess2015-12-22
* refactoringGravatar Joey Hess2015-12-22
* fix add of file that was locked but has been replaced by a new, unlocked file...Gravatar Joey Hess2015-12-16
* add: In v6 mode, acts on modified files.Gravatar Joey Hess2015-12-15
* rename stuff for v5 unlocked files to indicate it's oldGravatar Joey Hess2015-12-15
* add: no need to make pass for old unlocked files in v6Gravatar Joey Hess2015-12-15
* move InodeSentinal from direct mode code to its own moduleGravatar Joey Hess2015-12-09
* 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
* add: Fix error recovery rollback to not move the injested file content out of...Gravatar Joey Hess2015-11-06
* -J for add/addurl/importGravatar Joey Hess2015-11-05
* 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
* add: Stage symlinks the same as git add would, even if they are not a link to...Gravatar Joey Hess2015-07-07
* Improve behavior when a git-annex command is told to operate on a file that d...Gravatar Joey Hess2015-04-30
* wordingGravatar Joey Hess2015-04-08
* add: If annex.largefiles is set and does not match a file that's being added,...Gravatar Joey Hess2015-04-08
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-01-20
* 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
* add: In direct mode, adding an annex symlink will check it into git, as was a...Gravatar Joey Hess2014-09-18
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* finish fixing windows timezone madnessGravatar Joey Hess2014-06-12
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* add --include-dotfiles: New option, perhaps useful for backups.Gravatar Joey Hess2014-03-26
* add: display exception when lockdown fails (for RichiH)Gravatar Joey Hess2014-03-19
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* Preserve metadata when staging a new version of an annexed file.Gravatar Joey Hess2014-02-24
* annex.genmetadata can be set to make git-annex automatically set metadata (ye...Gravatar Joey Hess2014-02-23
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29