summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * Added a comment: UTF-8 problems in some other commandsGravatar alpernebbi2016-12-05
| |
| * (no commit message)Gravatar alpernebbi2016-12-05
| |
| * fix formattingGravatar Joey Hess2016-12-05
| | | | | | | | mdwn2man gets confused as `command` spanning multiple lines..
| * rekey: Added --batch mode.Gravatar Joey Hess2016-12-05
| | | | | | | | | | | | | | | | | | Would have liked to make the Parser parse the file and key pairs, but it seems that optparse-applicative is unable to handle eg: many ((,) <$> argument <*> argument) This commit was sponsored by Thomas Hochstein on Patreon.
| * Merge kite:tmp/git-annexGravatar Joey Hess2016-12-05
| |\
| * | cleanupGravatar Joey Hess2016-12-05
| | |
| * | rmurl: --batchGravatar Joey Hess2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | * rmurl: Multiple pairs of files and urls can be provided on the command line. * rmurl: Added --batch mode. This commit was sponsored by Trenton Cronholm on Patreon.
| | * git-annex fromkey now takes multiple pairs of keys and filenamesGravatar Daniel Brooks2016-12-05
| |/ | | | | | | It also still reads from stdin when none are specified.
| * "fixed" by reading --helpGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |
| * added forgotten author tagGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |
| * initial reportGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-12-04
| |
| * (no commit message)Gravatar marek@33e8ba4fbc201af14a2badcc0656024401f5c9162016-12-04
| |
| * Added a commentGravatar justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912016-12-04
| |
| * use listGravatar Joey Hess2016-12-03
| |
| * updateGravatar Joey Hess2016-12-03
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-12-03
| |\
| * | break out curent list of names into its own file so I can auto-add from patreonGravatar Joey Hess2016-12-03
| | | | | | | | | | | | and some misc updates
| | * (no commit message)Gravatar lorenzo@a77fdbe826df1c175cbd30ed050312ccf7b7fc7b2016-12-03
| |/
| * (no commit message)Gravatar https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd2016-12-01
| |
| * (no commit message)Gravatar https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd2016-12-01
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-12-01
| |\
| * | change link to windows autobuild pageGravatar Joey Hess2016-12-01
| | |
| * | Remove obsolete link to Windows build logsGravatar Yury V. Zaytsev2016-12-01
| | |
| | * Added a comment: magic wormholeGravatar https://anarc.at/openid/2016-11-30
| | |
| | * (no commit message)Gravatar spiffytech2016-11-30
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-30
| |\
| * | devblogGravatar Joey Hess2016-11-30
| | |
* | | use P2P auth for git-remote-tor-annexGravatar Joey Hess2016-11-30
| | | | | | | | | | | | | | | | | | | | | This changes the environment variable name to the more generic GIT_ANNEX_P2P_AUTHTOKEN. This commit was sponsored by andrea rota.
* | | implement p2p --linkGravatar Joey Hess2016-11-30
| | | | | | | | | | | | This commit was sponsored by Riku Voipio.
| | * (no commit message)Gravatar pablo@4f5b00d7b40f0a52e51761da420d6ff8e7c9aca72016-11-30
| | |
* | | implement p2p commandGravatar Joey Hess2016-11-30
| | |
* | | Merge branch 'master' into torGravatar Joey Hess2016-11-30
|\| |
| * | prefer xdot over dotGravatar Joey Hess2016-11-30
| |/ | | | | | | | | | | | | * map: Run xdot if it's available in PATH. On OSX, the dot command does not support graphical display, while xdot does. * Debian: xdot is a better interactive viewer than dot, so Suggest xdot, rather than graphviz.
* | Merge branch 'master' into torGravatar Joey Hess2016-11-29
|\|
| * devblogGravatar Joey Hess2016-11-29
| |
* | update docs for git-annex p2p commandGravatar Joey Hess2016-11-29
| | | | | | | | It is not yet implemented.
* | finish git-annex enable-torGravatar Joey Hess2016-11-29
| | | | | | | | | | Make it stash the address away for git-annex p2p to use later, rather than outputting it. And, look up the UUID itself.
* | Merge branch 'master' into torGravatar Joey Hess2016-11-29
|\|
| * tighten added languageGravatar Joey Hess2016-11-29
| | | | | | | | | | | | | | Removed part about neeing to install git-annex and git in the same location. The installer checks if the location given exists, and if not, tells the user that git is not installed there. And the default should work if the user just picks it in both installers.
| * Revert "Added link to Windows installation instructions. The page was not ↵Gravatar Joey Hess2016-11-29
| | | | | | | | | | | | | | | | | | | | easy to find." This reverts commit 85108e0f14a17b5eb67063ac8a35dec8309e1c69. With all due respect, the link to the instructions for each OS is in the "detailed instructions" column. Adding a second link to the same thing is unlikely to help.
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-29
| |\
| * | Windows autobuilder is going to be hosted at Dartmouth nowGravatar Joey Hess2016-11-29
| | |
| | * Added more explanations of my experience with the Windows install process.Gravatar senatorzergling@c1d78877a6120a80f0f4005210eda262c15865552016-11-29
| | |
| | * Added link to Windows installation instructions. The page was not easy to find.Gravatar senatorzergling@c1d78877a6120a80f0f4005210eda262c15865552016-11-29
| | |
| | * (no commit message)Gravatar db48x2016-11-29
| | |
| | * Added a comment: Temporary workaround until the brew formula is updatedGravatar palday@91f366b5178879146d2b6e1e53bfa21389ee89a82016-11-29
| | |
| | * Added a commentGravatar https://launchpad.net/~felixonmars2016-11-28
| | |
| | * removedGravatar https://launchpad.net/~felixonmars2016-11-28
| | |
| | * Added a commentGravatar https://launchpad.net/~felixonmars2016-11-28
| | |
| | * (no commit message)Gravatar annexuser2016-11-27
| | |