summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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.
* 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
| | |
| | * Added a commentGravatar boh2016-11-27
| | |
| | * Added a commentGravatar CandyAngel2016-11-25
| | |
| | * (no commit message)Gravatar edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e2016-11-25
| | |
| | * (no commit message)Gravatar edaneault@c9ac084da568ceb4d4566371a2da53f847258e7e2016-11-25
| | |
| | * Added a comment: Sharing rsync special remote between repositoryGravatar davidriod@e75b369a4b1cced29c14354bce7493c61f00b1c72016-11-24
| | |
| | * Added a comment: Walkthrough of a prudent retroactive annex.Gravatar StephaneGourichon2016-11-24
| | |
| | * Added a comment: IgnoreUnknown Include considered harmful?Gravatar scottgorlin@a32946b2aad278883c1690a0753241583a9855b92016-11-23
| | |
| | * Added a comment: Known bug, fixed.Gravatar https://launchpad.net/~stephane-gourichon-lpad2016-11-23
| | |
| | * (no commit message)Gravatar binx2016-11-23
| | |
| | * (no commit message)Gravatar whlabratz@d10941ab2681deb87122fd8f6da51f3dcdb8dbe52016-11-23
| | |
| | * (no commit message)Gravatar neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd2016-11-22
| |/
* | docs for stuff not fully implemented yetGravatar Joey Hess2016-11-22
| |
| * cleanupGravatar Joey Hess2016-11-22
| |
| * devblogGravatar Joey Hess2016-11-21
| |
| * Added a commentGravatar neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd2016-11-21
| |
| * (no commit message)Gravatar binx2016-11-21
| |
* | Added git-remote-tor-annex, which allows git pull and push to the tor hidden ↵Gravatar Joey Hess2016-11-21
| | | | | | | | | | | | | | | | | | | | | | service. Almost working, but there's a bug in the relaying. Also, made tor hidden service setup pick a random port, to make it harder to port scan. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
| * added meta field for myselfGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-11-21
| |
| * todoGravatar Joey Hess2016-11-21
| |
| * addurl: Fix bug in checking annex.largefiles expressions using largerthan, ↵Gravatar Joey Hess2016-11-21
| | | | | | | | mimetype, and smallerthan; the first two always failed to match, and the latter always matched.
| * Added a comment: ColdlineGravatar scottgorlin@a32946b2aad278883c1690a0753241583a9855b92016-11-21
| |
* | remotedaemon: Fork to background by default. Added --foreground switch to ↵Gravatar Joey Hess2016-11-20
| | | | | | | | | | | | enable old behavior. Groundwork for tor hidden services, which the remotedaemon will serve.
| * initial whiningGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-11-20
| |
| * Added a commentGravatar justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912016-11-20
| |
| * (no commit message)Gravatar ilovezfs2016-11-19
| |
| * Added a commentGravatar t.z.mates2016-11-19
| |
* | Merge branch 'master' into torGravatar Joey Hess2016-11-18
|\|
| * add news item for git-annex 6.20161118Gravatar Joey Hess2016-11-18
| |