diff options
author | 2013-09-07 19:08:52 -0400 | |
---|---|---|
committer | 2013-09-07 19:08:52 -0400 | |
commit | 07478dce3eba2d65abe1d9761ec4e4a8e5c1437e (patch) | |
tree | d68e14a53aea558c8ea62578dc34c4f6e39f971f /doc/devblog | |
parent | 61b020a36528aad5153c37dd244f0ae4bbbdef0d (diff) |
blog for the day
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_4__gcrypt_special_remote_part_1.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devblog/day_4__gcrypt_special_remote_part_1.mdwn b/doc/devblog/day_4__gcrypt_special_remote_part_1.mdwn new file mode 100644 index 000000000..626b5edaf --- /dev/null +++ b/doc/devblog/day_4__gcrypt_special_remote_part_1.mdwn @@ -0,0 +1,7 @@ +About half way done with a gcrypt special remote. I can initremote it (the +hard part to get working), and can send files to it. Can't yet get files +back, or remove files, and only local repositories work so far, but this is +enough to know it's going to be pretty nice! + +Did find one issue in gcrypt that I may need to develop a patch for: +<https://github.com/blake2-ppc/git-remote-gcrypt/issues/3> |