| Commit message (Expand) | Author | Age |
* | fix add of file that was locked but has been replaced by a new, unlocked file... | Joey Hess | 2015-12-16 |
* | add: In v6 mode, acts on modified files. | Joey Hess | 2015-12-15 |
* | rename stuff for v5 unlocked files to indicate it's old | Joey Hess | 2015-12-15 |
* | add: no need to make pass for old unlocked files in v6 | Joey Hess | 2015-12-15 |
* | move InodeSentinal from direct mode code to its own module | Joey Hess | 2015-12-09 |
* | addurl, importfeed: Changed to honor annex.largefiles settings, when the cont... | Joey Hess | 2015-12-02 |
* | import: Changed to honor annex.largefiles settings. | Joey Hess | 2015-12-02 |
* | add: Fix error recovery rollback to not move the injested file content out of... | Joey Hess | 2015-11-06 |
* | -J for add/addurl/import | Joey Hess | 2015-11-05 |
* | finished converting all the main options | Joey Hess | 2015-07-10 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | add: Stage symlinks the same as git add would, even if they are not a link to... | Joey Hess | 2015-07-07 |
* | Improve behavior when a git-annex command is told to operate on a file that d... | Joey Hess | 2015-04-30 |
* | wording | Joey Hess | 2015-04-08 |
* | add: If annex.largefiles is set and does not match a file that's being added,... | Joey Hess | 2015-04-08 |
* | The file matching options are now only accepted by commands that can actually... | Joey Hess | 2015-02-06 |
* | Repository tuning parameters can now be passed when initializing a repository... | Joey Hess | 2015-01-27 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | 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 |