New url for git-remote-gcrypt, now maintained by spwhitton.
This commit is contained in:
parent
dbfe33e88b
commit
f3f6dfcf35
7 changed files with 8 additions and 8 deletions
|
@ -4,6 +4,7 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
|
||||||
as such a deletion will never finish.
|
as such a deletion will never finish.
|
||||||
Thanks, Farhan Kathawala.
|
Thanks, Farhan Kathawala.
|
||||||
* get: Add --batch and --json options.
|
* get: Add --batch and --json options.
|
||||||
|
* New url for git-remote-gcrypt, now maintained by spwhitton.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400
|
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{- git-remote-gcrypt support
|
{- git-remote-gcrypt support
|
||||||
-
|
-
|
||||||
- https://github.com/blake2-ppc/git-remote-gcrypt
|
- https://spwhitton.name/tech/code/git-remote-gcrypt/
|
||||||
-
|
-
|
||||||
- Copyright 2013 Joey Hess <id@joeyh.name>
|
- Copyright 2013 Joey Hess <id@joeyh.name>
|
||||||
-
|
-
|
||||||
|
|
|
@ -41,5 +41,5 @@ Another option is to not store the git repo in the cloud, but push/pull
|
||||||
peer-to-peer. When peers cannot directly talk to one-another, this could be
|
peer-to-peer. When peers cannot directly talk to one-another, this could be
|
||||||
bounced through something like XMPP. This is **done** for [[xmpp]]!
|
bounced through something like XMPP. This is **done** for [[xmpp]]!
|
||||||
|
|
||||||
Another option: Use <https://github.com/blake2-ppc/git-remote-gcrypt> to store
|
Another option: Use <https://spwhitton.name/tech/code/git-remote-gcrypt/> to store
|
||||||
git repo encrypted on cloud storage.
|
git repo encrypted on cloud storage.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Encrypted git remotes are now possible
|
Encrypted git remotes are now possible
|
||||||
using [git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt).
|
using [git-remote-gcrypt](https://spwhitton.name/tech/code/git-remote-gcrypt/).
|
||||||
|
|
||||||
There are at least two use cases for this in the assistant:
|
There are at least two use cases for this in the assistant:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt/)
|
[git-remote-gcrypt](https://spwhitton.name/tech/code/git-remote-gcrypt/)
|
||||||
adds support for encrypted remotes to git. The git-annex gcrypt special
|
adds support for encrypted remotes to git. The git-annex gcrypt special
|
||||||
remote allows git-annex to also store its files in such repositories.
|
remote allows git-annex to also store its files in such repositories.
|
||||||
Naturally, git-annex encrypts the files it stores too, so everything
|
Naturally, git-annex encrypts the files it stores too, so everything
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt/)
|
[git-remote-gcrypt](https://spwhitton.name/tech/code/git-remote-gcrypt/)
|
||||||
adds support for encrypted remotes to git. The git-annex
|
adds support for encrypted remotes to git. The git-annex
|
||||||
[[gcrypt special remote|special_remotes/gcrypt]] allows git-annex to
|
[[gcrypt special remote|special_remotes/gcrypt]] allows git-annex to
|
||||||
also store its files in such repositories. Naturally, git-annex encrypts
|
also store its files in such repositories. Naturally, git-annex encrypts
|
||||||
|
@ -14,8 +14,7 @@ repositories.
|
||||||
|
|
||||||
## prerequisites
|
## prerequisites
|
||||||
|
|
||||||
* Install
|
* Install [git-remote-gcrypt](https://spwhitton.name/tech/code/git-remote-gcrypt/)
|
||||||
[git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt/)
|
|
||||||
* Install git-annex version 4.20130909 or newer.
|
* Install git-annex version 4.20130909 or newer.
|
||||||
|
|
||||||
## encrypted backup drive
|
## encrypted backup drive
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
Need git-remote-gcrypt
|
Need git-remote-gcrypt
|
||||||
<p>
|
<p>
|
||||||
To encrypt git repositories, you need to install #
|
To encrypt git repositories, you need to install #
|
||||||
<a href="https://github.com/joeyh/git-remote-gcrypt">
|
<a href="https://spwhitton.name/tech/code/git-remote-gcrypt/">
|
||||||
git-remote-gcrypt
|
git-remote-gcrypt
|
||||||
<p>
|
<p>
|
||||||
<a .btn .btn-primary .btn-lg href="">
|
<a .btn .btn-primary .btn-lg href="">
|
||||||
|
|
Loading…
Add table
Reference in a new issue