summaryrefslogtreecommitdiff
path: root/Command/Add.hs
Commit message (Expand)AuthorAge
...
* 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
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* finish fast direct mode rename handling. wow, it's fastGravatar Joey Hess2013-03-11
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* make adding modified files work on crippled filesystemsGravatar Joey Hess2013-02-20
* Direct mode: Fix support for adding a modified file.Gravatar Joey Hess2013-02-20
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* add: Improved detection of files that are modified while being added.Gravatar Joey Hess2013-02-14
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* can now build Android targeted binaryGravatar Joey Hess2013-02-10
* assistant: Fix location log when adding new file in direct mode.Gravatar Joey Hess2013-02-05
* assistant: Avoid committer crashing if a file is deleted at the wrong instant.Gravatar Joey Hess2013-01-14
* addurl in direct modeGravatar Joey Hess2013-01-06
* add works in direct modeGravatar Joey Hess2013-01-06
* squelch warningGravatar Joey Hess2013-01-05
* committer: Fix a file handle leak.Gravatar Joey Hess2013-01-05
* ensure that direct mode file is not modified while generating its keyGravatar Joey Hess2012-12-29
* convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* add a guard against using git annex add in direct mode repoGravatar Joey Hess2012-12-24
* assistant adding of files in direct modeGravatar Joey Hess2012-12-24
* commentGravatar Joey Hess2012-12-19
* where indentationGravatar Joey Hess2012-11-12
* maintain set of files pendingAddGravatar Joey Hess2012-06-20