summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* implement p2p --linkGravatar Joey Hess2016-11-30
* implement p2p commandGravatar Joey Hess2016-11-30
* avoid too-long command synopsisGravatar Joey Hess2016-11-30
* Merge branch 'master' into torGravatar Joey Hess2016-11-30
|\
| * prefer xdot over dotGravatar Joey Hess2016-11-30
* | finish git-annex enable-torGravatar Joey Hess2016-11-29
* | Merge branch 'master' into torGravatar Joey Hess2016-11-29
|\|
| * Fixed typo in Schedule.hs.Gravatar Markus Hauru2016-11-24
| * fix regressionGravatar Joey Hess2016-11-22
| * avoid backtrace when rekey cntent verification failsGravatar Joey Hess2016-11-22
* | Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
| * addurl: Fix bug in checking annex.largefiles expressions using largerthan, mi...Gravatar Joey Hess2016-11-21
* | remotedaemon: serve tor hidden serviceGravatar Joey Hess2016-11-20
* | remotedaemon: Fork to background by default. Added --foreground switch to ena...Gravatar Joey Hess2016-11-20
* | Merge branch 'master' into torGravatar Joey Hess2016-11-17
|\|
| * improve commentGravatar Joey Hess2016-11-16
| * fsck --all --from was checking the content of files in the local repository, ...Gravatar Joey Hess2016-11-16
| * Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
| * sync: Pass --allow-unrelated-histories to git merge when used with git git 2....Gravatar Joey Hess2016-11-15
* | use socket for tor hidden serviceGravatar Joey Hess2016-11-14
* | git-annex enable-tor commandGravatar Joey Hess2016-11-14
|/
* reinject --known: Avoid second, unncessary checksum of file.Gravatar Joey Hess2016-11-07
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* importfeed: Drop URL parameters from file extension.Gravatar Joey Hess2016-10-17
* upgrade: Handle upgrade to v6 when the repository already contains v6 unlocke...Gravatar Joey Hess2016-10-17
* lock: Fix edge cases where data loss could occur in v6 mode.Gravatar Joey Hess2016-10-17
* When auto-upgrading a v3 remote, avoid upgrading to version 6, instead keep i...Gravatar Joey Hess2016-10-05
* convert TMVars that are never left empty into TVarsGravatar Joey Hess2016-09-30
* addurl, importfeed: Improve behavior when file being added is gitignored.Gravatar Joey Hess2016-09-21
* fix bugs in handing of deep branches with sync and adjusted branchesGravatar Joey Hess2016-09-21
* info: Support being passed a treeish, and show info about the annexed files i...Gravatar Joey Hess2016-09-15
* copy, move, mirror: Support --json and --json-progress.Gravatar Joey Hess2016-09-09
* better locking for json with -JGravatar Joey Hess2016-09-09
* 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 -J: Download different files from different remotes when the remotes have...Gravatar Joey Hess2016-09-06
* use keyLocations not loggedLocationsGravatar Joey Hess2016-09-06
* examimekey: Allow being run in a git repo that is not initialized by git-anne...Gravatar Joey Hess2016-09-05
* remove TransferObserverGravatar Joey Hess2016-08-03
* Re-enable accumulating transfer failure log files for command-line actionsGravatar Joey Hess2016-08-03
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* info: When run on a file now includes an indication of whether the content is...Gravatar Joey Hess2016-07-30
* Added metadata --batch option, which allows getting, setting, deleting, and m...Gravatar Joey Hess2016-07-27
* improved use of Aeson for JSONActionItemGravatar Joey Hess2016-07-26
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* saner format for metadata --jsonGravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* --branch, stage 2Gravatar Joey Hess2016-07-20
* more generic showStart'Gravatar Joey Hess2016-07-20
* --branch, stage 1Gravatar Joey Hess2016-07-20