aboutsummaryrefslogtreecommitdiff
path: root/CmdLine
Commit message (Expand)AuthorAge
* Deal with the MonadFail proposalGravatar Benjamin Barenblat2022-01-19
* implemented git-annex-shell p2pstdioGravatar Joey Hess2018-03-07
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* fix --json-progress --json to be same as --json --json-progressGravatar Joey Hess2018-02-19
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* Fix bug introduced in version 6.20171018 that caused some commands to print o...Gravatar Joey Hess2017-12-28
* Added inprogress command for accessing files as they are being downloaded.Gravatar Joey Hess2017-12-28
* Removed the testsuite build flagGravatar Joey Hess2017-12-20
* more lambda-case conversionGravatar Joey Hess2017-12-05
* better dup key with -J fixGravatar Joey Hess2017-10-17
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* improve typeGravatar Joey Hess2017-08-31
* initial export commandGravatar Joey Hess2017-08-29
* zsh and fish completionsGravatar Joey Hess2017-06-09
* error when metadata set is used with file that does not existGravatar Joey Hess2017-06-01
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
* Avoid concurrent git-config setting problem when running concurrent threads.Gravatar Joey Hess2017-05-25
* multicast: New command, uses uftp to multicast annexed files, for eg a classr...Gravatar Joey Hess2017-03-30
* git-annex-shell: run all commands with noMessagesGravatar Joey Hess2017-03-17
* Bugfix: Passing a command a filename that does not exist sometimes did not di...Gravatar Joey Hess2017-03-02
* securehash matchingGravatar Joey Hess2017-02-27
* mapM_ = sequence_ . mapGravatar Joey Hess2017-02-27
* add KeyVariety typeGravatar Joey Hess2017-02-24
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
* config: New command for storing configuration in the git-annex branch.Gravatar Joey Hess2017-01-30
* Remove -j short option for --json-progress; that option was already taken for...Gravatar Joey Hess2017-01-30
* Merge branch 'master' into no-xmppGravatar Joey Hess2016-12-24
|\
| * Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
| * Make all --batch input, as well as fromkey and registerurl stdin be processed...Gravatar Joey Hess2016-12-13
| * convert P2P runners from Maybe to Either StringGravatar Joey Hess2016-12-08
| * refactorGravatar Joey Hess2016-12-06
| * cleanupsGravatar Joey Hess2016-12-01
| * actually check p2p authtokens for tor connectionsGravatar Joey Hess2016-11-30
| * use P2P auth for git-remote-tor-annexGravatar Joey Hess2016-11-30
| * implement p2p commandGravatar Joey Hess2016-11-30
| * enable remotedaemon when assistant is not enabledGravatar Joey Hess2016-11-29
| * fix buildGravatar Joey Hess2016-11-24
| * unified AuthToken type between webapp and torGravatar Joey Hess2016-11-22
| * stop cleanly when there's a IO error accessing the HandleGravatar Joey Hess2016-11-21
| * pull/push over tor working nowGravatar Joey Hess2016-11-21
| * Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
| * Merge branch 'master' into torGravatar Joey Hess2016-11-17
| |\
| | * Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* | | remove xmpp supportGravatar Joey Hess2016-11-14
| |/ |/|
| * git-annex enable-tor commandGravatar Joey Hess2016-11-14
|/
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* remove unused importGravatar Joey Hess2016-07-27
* fix implicit --all in bare repoGravatar Joey Hess2016-07-20