diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-27 16:56:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-27 16:56:44 -0400 |
commit | 804988c907119e48565496ea88840c773e2cd6ec (patch) | |
tree | 509f86f45304dda6536237c78f8dce02c0777cb8 /doc/devblog | |
parent | c3834ceace891ae0c0493b9d03d04484ff106b42 (diff) |
wording
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_23__GNU_day.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_23__GNU_day.mdwn b/doc/devblog/day_23__GNU_day.mdwn index 4ce90aa60..4f5b25ca7 100644 --- a/doc/devblog/day_23__GNU_day.mdwn +++ b/doc/devblog/day_23__GNU_day.mdwn @@ -10,7 +10,7 @@ encrypted repository is a backup and you're restoring from it. It wouldn't do for the assistant, in that case, to make a *new* encrypted repo and push it over top of your backup! -Handling that neat trick. It has to do quite a lot of probing, including +Handling that was a neat trick. It has to do quite a lot of probing, including downloading the whole encrypted git repo so it can decrypt it and merge it, to find out about the special remote configuration used for it. This all works with just 2 ssh connections, and only 1 ssh password prompt max. |