summaryrefslogtreecommitdiff
path: root/CmdLine
Commit message (Expand)AuthorAge
* 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
* --branch, stage 2Gravatar Joey Hess2016-07-20
* propigate errorGravatar Joey Hess2016-07-20
* --branch, stage 1Gravatar Joey Hess2016-07-20
* Remove the EKG build flag, since Gentoo for some reason decided to enable thi...Gravatar Joey Hess2016-07-06
* reinject: Added new mode which can reinject known files into the annex.Gravatar Joey Hess2016-04-22
* calckey: New plumbing command, calculates the key that would be used to refer...Gravatar Joey Hess2016-04-20
* adjusted branches, proof of conceptGravatar Joey Hess2016-02-25
* Work around problem with concurrent-output when in a non-unicode locale by av...Gravatar Joey Hess2016-02-14