summaryrefslogtreecommitdiff
path: root/Annex/Direct.hs
Commit message (Expand)AuthorAge
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* direct: Avoid leaving file content in misctemp if interrupted.Gravatar Joey Hess2014-08-15
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* direct: Fix handling of case where a work tree subdirectory cannot be written...Gravatar Joey Hess2014-07-10
* refactor lockingGravatar Joey Hess2014-07-10
* fix windows buildGravatar Joey Hess2014-07-09
* prospective fix for bad_merge_commit_deleting_all_filesGravatar Joey Hess2014-07-09
* support commit.gpgsignGravatar Joey Hess2014-07-04
* work around a bug in gitGravatar Joey Hess2014-06-12
* finish fixing windows timezone madnessGravatar Joey Hess2014-06-12
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* avoid fast-forwarding when a merge conflict was auto-resolvedGravatar Joey Hess2014-06-09
* avoid bad commits after interrupted direct mode sync (or merge)Gravatar Joey Hess2014-06-09
* finish fixing direct mode merge bug involving unstaged local filesGravatar Joey Hess2014-03-04
* fix a9067868a8594577ead2ecbe55f9563bef12f26d to handle annexed files in confl...Gravatar Joey Hess2014-03-03
* sync: Fix bug in direct mode that caused a file not checked into git to be de...Gravatar Joey Hess2014-03-03
* remove Read instance for RefGravatar Joey Hess2014-02-19
* random hlint (to give the autobuilder something new to build)Gravatar Joey Hess2014-02-11
* Fix direct mode's handling when modifications to non-annexed files are pulled...Gravatar Joey Hess2013-12-12
* format commentGravatar Joey Hess2013-12-12
* Avoid using git commit in direct mode, since in some situations it will read ...Gravatar Joey Hess2013-12-01
* Direct mode .git/annex/objects directories are no longer left writableGravatar Joey Hess2013-11-15
* Fix direct mode merge bug when a direct mode file was deleted and replaced wi...Gravatar Joey Hess2013-11-15
* work around lack of receive.denyCurrentBranch in direct modeGravatar Joey Hess2013-11-05
* v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
* update for DiffTree type change (which fixes assistant in subdir confusion bug)Gravatar Joey Hess2013-10-17
* ensure merge directory is empty before starting mergeGravatar Joey Hess2013-10-16
* more completely solve catKey memory leakGravatar Joey Hess2013-09-19
* sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files fro...Gravatar Joey Hess2013-09-19
* sync: Fix bug that caused direct mode mappings to not be updated when merging...Gravatar Joey Hess2013-09-13
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* fsck: Don't claim to fix direct mode when run on a symlink whose content is n...Gravatar Joey Hess2013-07-08
* make direct mode merge cleanup more robustGravatar Joey Hess2013-05-25
* improve robustness of fromDirect and replaceFileGravatar Joey Hess2013-05-25
* update inode cache after copying contentGravatar Joey Hess2013-05-20
* didn't quite get removeDirect right before, this passes test suiteGravatar Joey Hess2013-05-20
* minor optimisation and warning fixGravatar Joey Hess2013-05-20
* direct mode bug fix: After a conflicted merge was automatically resolved, the...Gravatar Joey Hess2013-05-20
* test suite passes in direct modeGravatar Joey Hess2013-05-17
* fix toDirectGen bug introduced in 7d345fcb307cfecb5fa834a0b17be01e4e6f5df8Gravatar Joey Hess2013-05-15
* direct: Fix a bug that could cause some files to be left in indirect mode.Gravatar Joey Hess2013-05-06
* thaw content directory in direct mode tooGravatar Joey Hess2013-04-30
* sync: Bug fix, avoid adding to the annex the dummy symlinks used on crippled ...Gravatar Joey Hess2013-04-23
* 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
* hlintGravatar Joey Hess2013-04-03
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* remove Eq instance for InodeCacheGravatar Joey Hess2013-03-11
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19