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