summaryrefslogtreecommitdiff
path: root/Command/Add.hs
Commit message (Expand)AuthorAge
* 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
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* add: Fix rollback when disk is completely full.Gravatar Joey Hess2014-01-05
* avoid using Utility.Touch without WITH_CLIBSGravatar Joey Hess2013-11-12
* watcher: Avoid loop when adding a file owned by someone else fails in indirec...Gravatar Joey Hess2013-11-07
* Revert "avoid hsc files on Windows"Gravatar Joey Hess2013-10-17
* typoGravatar Joey Hess2013-10-17
* avoid hsc files on WindowsGravatar Joey Hess2013-10-17
* add, import, assistant: Better preserve the mtime of symlinks, when when addi...Gravatar Joey Hess2013-09-25
* hlintGravatar Joey Hess2013-09-25
* Fix a few bugs involving filenames that are at or near the filesystem's maxim...Gravatar Joey Hess2013-07-30
* Direct mode: No longer temporarily remove write permission bit of files when ...Gravatar Joey Hess2013-06-12
* Supports indirect mode on encfs in paranoia mode, and other filesystems that ...Gravatar Joey Hess2013-06-10
* avoid warnings when built with ghc 7.6Gravatar Joey Hess2013-06-02
* Switch to MonadCatchIO-transformers for better handling of state while catchi...Gravatar Joey Hess2013-05-19
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* show a message to tell why adding a file failedGravatar Joey Hess2013-04-23
* add: avoid ugly error message when adding a deleted file in direct modeGravatar Joey Hess2013-04-23
* addurl: Bugfix: Did not properly add file in direct mode.Gravatar Joey Hess2013-04-11
* Bugfix: Direct mode no longer repeatedly checksums duplicated files.Gravatar Joey Hess2013-04-06
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* add --force overrides annex.largefilesGravatar Joey Hess2013-03-29