| Commit message (Expand) | Author | Age |
* | on second thought, InodeCache should use getFileSize | Joey Hess | 2015-01-20 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | hlint | Joey Hess | 2014-10-09 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | add: In direct mode, adding an annex symlink will check it into git, as was a... | Joey Hess | 2014-09-18 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | finish fixing windows timezone madness | Joey Hess | 2014-06-12 |
* | fix for Windows file timestamp timezone madness | Joey Hess | 2014-06-12 |
* | replace (Key, Backend) with Key | Joey Hess | 2014-04-17 |
* | add --include-dotfiles: New option, perhaps useful for backups. | Joey Hess | 2014-03-26 |
* | add: display exception when lockdown fails (for RichiH) | Joey Hess | 2014-03-19 |
* | Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on... | Joey Hess | 2014-02-26 |
* | fix all remaining -Wall warnings on Windows | Joey Hess | 2014-02-25 |
* | Preserve metadata when staging a new version of an annexed file. | Joey Hess | 2014-02-24 |
* | annex.genmetadata can be set to make git-annex automatically set metadata (ye... | Joey Hess | 2014-02-23 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | add: Fix rollback when disk is completely full. | Joey Hess | 2014-01-05 |
* | avoid using Utility.Touch without WITH_CLIBS | Joey Hess | 2013-11-12 |
* | watcher: Avoid loop when adding a file owned by someone else fails in indirec... | Joey Hess | 2013-11-07 |
* | Revert "avoid hsc files on Windows" | Joey Hess | 2013-10-17 |
* | typo | Joey Hess | 2013-10-17 |
* | avoid hsc files on Windows | Joey Hess | 2013-10-17 |
* | add, import, assistant: Better preserve the mtime of symlinks, when when addi... | Joey Hess | 2013-09-25 |
* | hlint | Joey Hess | 2013-09-25 |
* | Fix a few bugs involving filenames that are at or near the filesystem's maxim... | Joey Hess | 2013-07-30 |
* | Direct mode: No longer temporarily remove write permission bit of files when ... | Joey Hess | 2013-06-12 |
* | Supports indirect mode on encfs in paranoia mode, and other filesystems that ... | Joey Hess | 2013-06-10 |
* | avoid warnings when built with ghc 7.6 | Joey Hess | 2013-06-02 |
* | Switch to MonadCatchIO-transformers for better handling of state while catchi... | Joey Hess | 2013-05-19 |
* | test suite passes in direct mode | Joey Hess | 2013-05-17 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | show a message to tell why adding a file failed | Joey Hess | 2013-04-23 |
* | add: avoid ugly error message when adding a deleted file in direct mode | Joey Hess | 2013-04-23 |
* | addurl: Bugfix: Did not properly add file in direct mode. | Joey Hess | 2013-04-11 |
* | Bugfix: Direct mode no longer repeatedly checksums duplicated files. | Joey Hess | 2013-04-06 |
* | Use lower case hash directories for storing files on crippled filesystems, sa... | Joey Hess | 2013-04-04 |
* | Update working tree files fully atomically | Joey Hess | 2013-04-02 |
* | add --force overrides annex.largefiles | Joey Hess | 2013-03-29 |
* | New annex.largefiles setting, which configures which files `git annex add` an... | Joey Hess | 2013-03-29 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | finish fast direct mode rename handling. wow, it's fast | Joey Hess | 2013-03-11 |
* | remove Eq instance for InodeCache | Joey Hess | 2013-03-11 |
* | Makefile now builds using cabal, taking advantage of cabal's automatic detect... | Joey Hess | 2013-02-27 |
* | make adding modified files work on crippled filesystems | Joey Hess | 2013-02-20 |
* | Direct mode: Fix support for adding a modified file. | Joey Hess | 2013-02-20 |
* | fully support core.symlinks=false in all relevant symlink handling code | Joey Hess | 2013-02-17 |
* | add: Improved detection of files that are modified while being added. | Joey Hess | 2013-02-14 |
* | split out Utility.InodeCache | Joey Hess | 2013-02-14 |