| Commit message (Expand) | Author | Age |
* | Avoid repeated checking that files passed on the command line exist. | Joey Hess | 2017-10-16 |
* | improve type | Joey Hess | 2017-08-31 |
* | error when metadata set is used with file that does not exist | Joey Hess | 2017-06-01 |
* | Bugfix: Passing a command a filename that does not exist sometimes did not di... | Joey Hess | 2017-03-02 |
* | Avoid backtraces on expected failures when built with ghc 8; only use backtra... | Joey Hess | 2016-11-15 |
* | get, move, copy, mirror: Added --failed switch which retries failed copies/moves | Joey Hess | 2016-08-03 |
* | --branch, stage 2 | Joey Hess | 2016-07-20 |
* | propigate error | Joey Hess | 2016-07-20 |
* | --branch, stage 1 | Joey Hess | 2016-07-20 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | improve data type | Joey Hess | 2016-01-01 |
* | wait for git lstree to exit | Joey Hess | 2016-01-01 |
* | rename stuff for v5 unlocked files to indicate it's old | Joey Hess | 2015-12-15 |
* | fsck for v6 unlocked files | Joey Hess | 2015-12-11 |
* | avoid pre-commit hook messing up new-style unlocked files in v6 repo | Joey Hess | 2015-12-09 |
* | support pointer files | Joey Hess | 2015-12-07 |
* | metadata: Fix reversion introduced in 5.20150727 that caused display of metad... | Joey Hess | 2015-08-11 |
* | convert Unused, and remove some dead code for old style option parsing | Joey Hess | 2015-07-10 |
* | use Alternative for parsing KeyOptions | Joey Hess | 2015-07-09 |
* | wip | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | sync: Add support for --all and --unused. | Joey Hess | 2015-06-16 |
* | get --incomplete: New option to resume any interrupted downloads. | Joey Hess | 2015-06-02 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | Improve behavior when a git-annex command is told to operate on a file that d... | Joey Hess | 2015-04-30 |
* | | get, move, copy, mirror: Concurrent downloads and uploads are now supported! | Joey Hess | 2015-04-10 |
|/ |
|
* | Fix truncation of parameters that could occur when using xargs git-annex. | Joey Hess | 2015-04-02 |
* | --auto is no longer a global option; only get, drop, and copy accept it. | Joey Hess | 2015-03-25 |
* | metadata: When setting metadata, do not recurse into directories by default, ... | Joey Hess | 2015-02-10 |
* | relFile does not have to be relative; rename to currFile | Joey Hess | 2015-02-06 |
* | import: Support file matching options such as --exclude, --include, --smalle... | Joey Hess | 2015-02-06 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | pre-commit: Block partial commit of unlocked annexed file, since that left a ... | Joey Hess | 2014-11-10 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | Promote file not found warning message to an error. | Joey Hess | 2014-09-11 |
* | findref: New command, like find but shows files in a specified git ref. | Joey Hess | 2014-04-17 |
* | add --include-dotfiles: New option, perhaps useful for backups. | Joey Hess | 2014-03-26 |
* | Windows: Avoid using unix-compat's rename, which refuses to rename directories. | Joey Hess | 2014-01-29 |
* | avoid using function named that conflicts with name used in newer version of ... | Joey Hess | 2014-01-29 |
* | reorganize some files and imports | Joey Hess | 2014-01-26 |